diff --git a/.circleci/config.yml b/.circleci/config.yml index a41191aaeb..69057d1a3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -464,7 +464,7 @@ jobs: command: | pwd ls - python -m pytest tests/local_testing --cov=litellm --cov-report=xml -vv -k "router" -x -v --junitxml=test-results/junit.xml --durations=5 + python -m pytest tests/local_testing --cov=litellm --cov-report=xml -vv -k "router" -v --junitxml=test-results/junit.xml --durations=5 no_output_timeout: 120m - run: name: Rename the coverage files