mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
test_chat_completion_ratelimit add retry on test
This commit is contained in:
parent
6e1c28cec9
commit
d15ed86e3e
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ async def test_chat_completion():
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
async def test_chat_completion_ratelimit():
|
||||
"""
|
||||
- call model with rpm 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue