Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-07-11 11:31:32 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-11 11:31:32 (GMT)
commit5f89123080e3b35e34cbdc9e2f05cd705c812a74 (patch)
treec523897b89e92aa2f8c26561df54e36123b4db22
parented751af9f994708b57b222ec43f5431f8d1d994e (diff)
Sleep before running the first activity
Still failing in browse, maybe that's it
-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()