From 000fbfb1e783ae2e335237fd57eb8dcdc1abb4ff Mon Sep 17 00:00:00 2001 From: peterrrock2 Date: Thu, 1 Feb 2024 16:02:42 -0700 Subject: [PATCH] Give the long tests enough time to complete in circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d2788eb9..a8d98767 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,7 @@ jobs: pytest -v --runslow --cov=gerrychain --junitxml=test-reports/junit.xml tests codecov - no_output_timeout: 20m + no_output_timeout: 40m environment: PYTHONHASHSEED: "0" - store_test_results: