mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +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:
|
except RateLimitError as e:
|
||||||
print("got rate limit error=", e)
|
print("got rate limit error=", e)
|
||||||
pass
|
pass
|
||||||
|
except litellm.Timeout:
|
||||||
|
pass
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pytest.fail(f"Error occurred: {e}")
|
pytest.fail(f"Error occurred: {e}")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue