mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #19452 from BerriAI/litellm_cicd_fix_yj_04
[Infra] Increase Time to Wait for Spend Accuracy Tests
This commit is contained in:
commit
498ee5a662
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ async def test_basic_spend_accuracy():
|
|||
response = await chat_completion(session, key)
|
||||
print("response: ", response)
|
||||
|
||||
# wait 15 seconds for spend to be updated
|
||||
await asyncio.sleep(15)
|
||||
# wait 25 seconds for spend to be updated
|
||||
await asyncio.sleep(25)
|
||||
|
||||
# Get spend information for each entity
|
||||
key_info = await get_spend_info(session, "key", key)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue