From 1984344d181abad51152e0b0378c8fc1ea531454 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 24 Oct 2023 12:28:29 -0700 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 02cb9890a..d563b8c17 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,7 +58,7 @@ jobs: command: | pwd ls - python -m pytest -vv litellm/tests/ --junitxml=test-results/junit.xml + python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml no_output_timeout: 50m # Store test results