test - increase duration of litellm mapped test

This commit is contained in:
Ishaan Jaff 2025-05-13 20:56:48 -07:00
parent 33f11f1479
commit 19ca5f7307

View File

@ -927,7 +927,7 @@ jobs:
command: |
pwd
ls
python -m pytest -vv tests/litellm tests/enterprise --cov=litellm --cov-report=xml -x -s -v --junitxml=test-results/junit.xml --durations=5
python -m pytest -vv tests/litellm tests/enterprise --cov=litellm --cov-report=xml -x -s -v --junitxml=test-results/junit.xml --durations=10
no_output_timeout: 120m
- run:
name: Rename the coverage files