From 41c6bc801aed3f7e2c238f72ea39c30dc4cbf652 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 30 Oct 2012 18:30:10 +0000 Subject: Sleep to allow activity to startup --- (limited to 'tests') 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: -- cgit v0.9.1