mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
test_chat_completion_ratelimit add retry on test
This commit is contained in:
parent
5d58000cd3
commit
536a448968
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