Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell.py b/tests/shell.py
index 1e00b97..d606783 100644
--- a/tests/shell.py
+++ b/tests/shell.py
@@ -68,8 +68,8 @@ def main():
go_to_list_view()
for activity in build_activities_list():
- launch_and_stop_activity(activity)
sleep(10)
+ launch_and_stop_activity(activity)
try:
main()