From a871d85696a2b63fde040c92d45117abcb321914 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Sat, 7 Oct 2023 18:06:07 -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 439e1fee46..7dc70f4078 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: - run: name: Run tests command: | - python -m pytest -vv test_logging.py --junitxml=test-results/junit.xml + python -m pytest -vv tests/test_logging.py --junitxml=test-results/junit.xml no_output_timeout: 30m # Store test results