Skip to content

Commit

Permalink
Add a test timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Sep 8, 2023
1 parent 41d4d17 commit 243db63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ filterwarnings =
markers =
expensive: mark a test as expensive (deselect with '-m "not expensive"')

timeout = 590 # Terminate the test just before CircleCI's 10-minute timeout so we see
# the test failure instead of a timeout.
# Terminate the test just before CircleCI's 10-minute timeout so we see the test failure
# instead of a timeout.
timeout = 590

[coverage:run]
source = imitation
Expand Down

0 comments on commit 243db63

Please sign in to comment.