From 7431d7cf89304695599393a13fdaf5988f446f0d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 2 Nov 2015 08:08:36 +0100 Subject: tests: Increase quteproc start timeout. --- tests/integration/testprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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): -- cgit v1.2.3-54-g00ecf