diff options
author | Gopinath Elanchezhian <gelanchezhian@google.com> | 2016-04-01 18:37:22 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-04-01 18:37:23 +0000 |
commit | 48a4275bf6281334c1d383701b46f15d8f798063 (patch) | |
tree | faf54de17e155cef7fd043324a2a8238b4c9c6a2 | |
parent | 730bf061371129378f7b223998c2c623f896a849 (diff) | |
parent | 5aa567a8697ffbb1629816cceda36e3aec041c43 (diff) |
Merge "Increase post launch idle timeout to 60 secs" into nyc-dev
-rw-r--r-- | tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java b/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java index ed7351f85a7a..033312b76edd 100644 --- a/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java +++ b/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java @@ -62,7 +62,7 @@ public class AppLaunch extends InstrumentationTestCase { private static final String KEY_REQUIRED_ACCOUNTS = "required_accounts"; private static final String WEARABLE_ACTION_GOOGLE = "com.google.android.wearable.action.GOOGLE"; - private static final int INITIAL_LAUNCH_IDLE_TIMEOUT = 7500; //7.5s to allow app to idle + private static final int INITIAL_LAUNCH_IDLE_TIMEOUT = 60000; //60s to allow app to idle private static final int POST_LAUNCH_IDLE_TIMEOUT = 750; //750ms idle for non initial launches private static final int BETWEEN_LAUNCH_SLEEP_TIMEOUT = 2000; //2s between launching apps |