(chore) ci/cd show durations of slowest tests

This commit is contained in:
ishaan-jaff 2023-11-15 18:06:51 -08:00
parent 2750a26633
commit f061c775d0

View file

@ -57,7 +57,7 @@ jobs:
command: |
pwd
ls
python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml
python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 50m
# Store test results