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:
yuneng-jiang 2026-01-20 16:34:05 -08:00 committed by GitHub
commit 498ee5a662
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)