Increase pytest-faulthandler timeout a bit

See #2777
This commit is contained in:
Florian Bruhin 2017-10-04 08:58:35 +02:00
parent 6037d44d0e
commit cc871389c9

View File

@ -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)