Skip to content

Commit

Permalink
Give the long tests enough time to complete in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrrock2 committed Feb 1, 2024
1 parent 06350dd commit 000fbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 000fbfb

Please sign in to comment.