From 5f89123080e3b35e34cbdc9e2f05cd705c812a74 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 11 Jul 2012 11:31:32 +0000 Subject: Sleep before running the first activity Still failing in browse, maybe that's it --- (limited to 'tests') 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() -- cgit v0.9.1