mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
skip litellm.Timeout error
This commit is contained in:
parent
97e09dd3cc
commit
3ee144a03c
1 changed files with 2 additions and 0 deletions
|
@ -1330,6 +1330,8 @@ async def test_bedrock_httpx_streaming(sync_mode, model, region):
|
|||
except RateLimitError as e:
|
||||
print("got rate limit error=", e)
|
||||
pass
|
||||
except litellm.Timeout:
|
||||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue