litellm/tests/proxy_e2e_azure_batches_tests
yuneng-jiang 673f3d59de Increase file deletion retry budget to 50s for batch_processed race
The check_batch_cost_job runs on a 10-40s interval and sets
batch_processed=True after sending the S3 callback. 30s (6×5s) wasn't
enough margin; 50s (10×5s) covers the worst-case poll interval plus
processing time, while still being 3.6x faster than the original 180s.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 15:39:35 -07:00
..
fixtures feat(tests): add proxy e2e azure batches test fixtures 2026-03-04 17:15:15 +05:30
__init__.py feat(tests): add proxy e2e azure batches test infrastructure 2026-03-04 17:15:24 +05:30
base_integration_test.py feat(tests): add proxy e2e azure batches test infrastructure 2026-03-04 17:15:24 +05:30
conftest.py feat(tests): add proxy e2e azure batches test infrastructure 2026-03-04 17:15:24 +05:30
test_fixtures_smoke.py feat(tests): add proxy e2e azure batches test cases 2026-03-04 17:15:30 +05:30
test_managed_files_base.py Add tenacity to e2e Azure batch CI and revert importorskip 2026-03-04 11:45:14 -03:00
test_proxy_e2e_azure_batches.py Increase file deletion retry budget to 50s for batch_processed race 2026-03-15 15:39:35 -07:00
validate_e2e_setup.py feat(tests): add proxy e2e azure batches test cases 2026-03-04 17:15:30 +05:30