Skip to content

Commit

Permalink
Set 5-minute timeout on test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Dec 22, 2023
1 parent ecff768 commit d6f9f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ pytest
pytest-asyncio
pytest-cov
pytest-doctestplus
pytest-timeout
Faker
-r doc/requirements.txt
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ exclude = tests
testpaths = tests src doc
addopts = --doctest-modules --doctest-glob="*.rst"
doctest_plus = enabled
timeout = 300

0 comments on commit d6f9f0f

Please sign in to comment.