[evolution] tests: give an app 5 secs to start



commit b897603eacdd68b374f61dd63aee7749ee925211
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Fri May 16 10:41:57 2014 +0200

    tests: give an app 5 secs to start

 tests/common_steps.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/common_steps.py b/tests/common_steps.py
index 08b64af..d4ab62a 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]