mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 03:31:23 +00:00
002d64b321
The test_chat_completion_low_budget test was flaky because async spend tracking couldn't reliably catch up within 50 calls with 0.5s sleeps. Increased to 200 calls with 0.1s sleeps (same total time budget) to give more opportunities for budget enforcement to trigger. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>