Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-10-30 18:30:10 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-10-30 18:30:10 (GMT)
commit41c6bc801aed3f7e2c238f72ea39c30dc4cbf652 (patch)
treef5e6152a92a704155fe900f4bdbb9d05cdb52940 /tests
parent4ce60ed1cb49618dd378e3357882ca945adbf14e (diff)
Sleep to allow activity to startup
Diffstat (limited to 'tests')
-rw-r--r--tests/shell.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shell.py b/tests/shell.py
index cbc10ab..ee190dd 100644
--- a/tests/shell.py
+++ b/tests/shell.py
@@ -42,6 +42,8 @@ def launch_and_stop_activity(activity_name):
icon.click()
+ sleep(10)
+
print "Stopping %s" % activity_name
if activity_name in ACTIVITIES_WITH_OBJECT_CHOOSER: