summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-10-04 08:58:35 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-10-04 08:58:35 +0200
commitcc871389c9d9d00f5375de99cb0d583968f8e953 (patch)
treeb98e5b74879e908ae13d2b7a149117cddf306dee /pytest.ini
parent6037d44d0e509fac364f7be0cd045f94d6b0c539 (diff)
downloadqutebrowser-cc871389c9d9d00f5375de99cb0d583968f8e953.tar.gz
qutebrowser-cc871389c9d9d00f5375de99cb0d583968f8e953.zip
Increase pytest-faulthandler timeout a bit
See #2777
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index b853c8ca8..c35328cd6 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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)