mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
test(test_key_generate_prisma.py): add longer sleep time
This commit is contained in:
parent
1ed6842009
commit
92b0a4cf50
1 changed files with 1 additions and 1 deletions
|
|
@ -941,7 +941,7 @@ def test_call_with_key_over_budget(prisma_client):
|
|||
start_time=datetime.now(),
|
||||
end_time=datetime.now(),
|
||||
)
|
||||
await asyncio.sleep(4)
|
||||
await asyncio.sleep(10)
|
||||
# test spend_log was written and we can read it
|
||||
spend_logs = await view_spend_logs(request_id=request_id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue