tests: Increase quteproc start timeout.
This commit is contained in:
parent
8884de71d8
commit
7431d7cf89
@ -124,7 +124,7 @@ class Process(QObject):
|
|||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
"""Start the process and wait until it started."""
|
"""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()
|
self._start()
|
||||||
|
|
||||||
def _start(self):
|
def _start(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user