From 63b4d9464552cd13fba38c3b064fa6e4082ec68b Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 21 Nov 2012 23:34:38 +0000 Subject: Remove sleep I'm not sure this is necessary, might have been caused by the fact that we was not waiting for activities to really shutdown. Removing it to reasses. --- diff --git a/tests/shell.py b/tests/shell.py index 4299131..b03281c 100644 --- a/tests/shell.py +++ b/tests/shell.py @@ -36,8 +36,6 @@ def launch_and_stop_activity(activity_name): if name == activity_name: print "Launching %s" % activity_name - time.sleep(10) - icon.click() print "Stopping %s" % activity_name -- cgit v0.9.1