From da29b070bbf0122a24d33ebe6e4f3eeffd1fdf17 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 11 Sep 2024 20:53:52 -0700 Subject: [PATCH] print load test results --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bbdee78a7..850415b9d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -170,7 +170,7 @@ jobs: command: | pwd ls - python -m pytest -vv tests/load_tests -x --junitxml=test-results/junit.xml --durations=5 + python -m pytest -vv tests/load_tests -x -s -v --junitxml=test-results/junit.xml --durations=5 no_output_timeout: 120m # Store test results