From 741ea6e149b28c6bc05332439673f0fc18ceebcb Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 13 May 2025 21:21:37 -0700 Subject: [PATCH] ci/cd: remove n -4 change --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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