From ba3e20060ae2f0b6c91d991a2b48d6b94bc7fb17 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 27 Sep 2025 10:34:36 -0700 Subject: [PATCH] llm_translation_testing fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9761167ec1..a41191aaeb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -810,7 +810,7 @@ jobs: command: | pwd ls - python -m pytest -vv tests/llm_translation --cov=litellm --cov-report=xml -x -v --junitxml=test-results/junit.xml --durations=5 -n 4 + python -m pytest -vv tests/llm_translation --cov=litellm --cov-report=xml -v --junitxml=test-results/junit.xml --durations=5 -n 4 no_output_timeout: 120m - run: name: Rename the coverage files