mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
test: set request timeout at request level
This commit is contained in:
parent
eda4401c71
commit
9fd7c5b343
6 changed files with 63 additions and 38 deletions
|
@ -419,7 +419,7 @@ def test_completion_openai():
|
|||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
# test_completion_openai()
|
||||
test_completion_openai()
|
||||
|
||||
def test_completion_text_openai():
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue