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
@ -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…
Reference in New Issue
Block a user