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