summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-11-03 07:54:24 +0100
committerFlorian Bruhin <git@the-compiler.org>2015-11-03 07:54:24 +0100
commite31240e6c9dff4b22b803e28d80d01b1e082e4c2 (patch)
tree00ce408e43feaee96d2830b3581b8275d8944fa4 /tests
parentc78bbd9fd036c5b4051a4d17e8a2762f8088274c (diff)
downloadqutebrowser-e31240e6c9dff4b22b803e28d80d01b1e082e4c2.tar.gz
qutebrowser-e31240e6c9dff4b22b803e28d80d01b1e082e4c2.zip
tests: Increase wait_for default timeout again.
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/testprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/testprocess.py b/tests/integration/testprocess.py
index c440b5c47..c7b39b4a3 100644
--- a/tests/integration/testprocess.py
+++ b/tests/integration/testprocess.py
@@ -157,7 +157,7 @@ class Process(QObject):
"""Check if the process is currently running."""
return self.proc.state() == QProcess.Running
- def wait_for(self, timeout=10000, **kwargs):
+ def wait_for(self, timeout=15000, **kwargs):
"""Wait until a given value is found in the data.
Keyword arguments to this function get interpreted as attributes of the