tests: Increase quteproc start timeout.

This commit is contained in:
Florian Bruhin 2015-11-02 08:08:36 +01:00
parent 8884de71d8
commit 7431d7cf89

View File

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