diff options
author | Daniel Narvaez <dwnarvaez@gmail.com> | 2012-07-11 11:31:32 (GMT) |
---|---|---|
committer | Daniel Narvaez <dwnarvaez@gmail.com> | 2012-07-11 11:31:32 (GMT) |
commit | 5f89123080e3b35e34cbdc9e2f05cd705c812a74 (patch) | |
tree | c523897b89e92aa2f8c26561df54e36123b4db22 /tests/shell.py | |
parent | ed751af9f994708b57b222ec43f5431f8d1d994e (diff) |
Sleep before running the first activity
Still failing in browse, maybe that's it
Diffstat (limited to 'tests/shell.py')
-rw-r--r-- | tests/shell.py | 2 |
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() |