diff --git a/.circleci/config.yml b/.circleci/config.yml index 3cecc84a1e..59616f1990 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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=10 -n 4 + 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