From b897603eacdd68b374f61dd63aee7749ee925211 Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Fri, 16 May 2014 10:41:57 +0200 Subject: tests: give an app 5 secs to start --- tests/common_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/common_steps.py b/tests/common_steps.py index 08b64affb4..d4ab62aca5 100644 --- a/tests/common_steps.py +++ b/tests/common_steps.py @@ -154,7 +154,7 @@ class App(object): assert not self.isRunning(), "Application cannot be stopped" command = "%s %s" % (self.appCommand, self.parameters) - self.pid = run(command, timeout=1) + self.pid = run(command, timeout=5) assert self.isRunning(), "Application failed to start" return root.application(self.a11yAppName) -- cgit v1.2.3