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-11-21 23:34:38 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-21 23:34:38 (GMT)
commit63b4d9464552cd13fba38c3b064fa6e4082ec68b (patch)
treea4aed5b57c5744c9e9ba939c9563d1b16da412db /tests
parent7eb10979be4807fd0715571680909560dd77afec (diff)
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/shell.py2
1 files changed, 0 insertions, 2 deletions
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