summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-11-02 08:08:36 +0100
committerFlorian Bruhin <git@the-compiler.org>2015-11-02 08:08:36 +0100
commit7431d7cf89304695599393a13fdaf5988f446f0d (patch)
tree5d0d9d9271624680446bcc51acadf82618d73e48 /tests
parent8884de71d8deffd4eee3b3325f316413a5b258cc (diff)
downloadqutebrowser-7431d7cf89304695599393a13fdaf5988f446f0d.tar.gz
qutebrowser-7431d7cf89304695599393a13fdaf5988f446f0d.zip
tests: Increase quteproc start timeout.
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 a140a8ec7..b0f933596 100644
--- a/tests/integration/testprocess.py
+++ b/tests/integration/testprocess.py
@@ -124,7 +124,7 @@ class Process(QObject):
def start(self):
"""Start the process and wait until it started."""
- with self._wait_signal(self.ready, timeout=20000):
+ with self._wait_signal(self.ready, timeout=30000):
self._start()
def _start(self):