From 19ca5f73071ded7a823de26e6358cc209132d452 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 13 May 2025 20:56:48 -0700 Subject: [PATCH] test - increase duration of litellm mapped test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index beee6a80ea..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=5 + 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