forked from phoenix/litellm-mirror
fix(test_key_generate_prisma.py): add longer delay to allow logs to update
This commit is contained in:
parent
ddf3e51545
commit
c997d4b0ce
1 changed files with 1 additions and 1 deletions
|
@ -965,7 +965,7 @@ def test_call_with_key_over_budget(prisma_client):
|
||||||
start_time=datetime.now(),
|
start_time=datetime.now(),
|
||||||
end_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
|
# test spend_log was written and we can read it
|
||||||
spend_logs = await view_spend_logs(request_id=request_id)
|
spend_logs = await view_spend_logs(request_id=request_id)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue