Skip to content

Commit

Permalink
Increase pytest-faulthandler timeout a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Oct 4, 2017
1 parent 6037d44 commit cc87138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = --strict -rfEw --faulthandler-timeout=70 --instafail --pythonwarnings error --benchmark-columns=Min,Max,Median
addopts = --strict -rfEw --faulthandler-timeout=90 --instafail --pythonwarnings error --benchmark-columns=Min,Max,Median
testpaths = tests
markers =
gui: Tests using the GUI (e.g. spawning widgets)
Expand Down

0 comments on commit cc87138

Please sign in to comment.