Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67bb3b09 authored by Gopinath's avatar Gopinath Committed by android-build-merger
Browse files

Merge "Increase post launch idle timeout to 60 secs" into nyc-dev am: 48a4275b

am: 68384be6

* commit '68384be6':
  Increase post launch idle timeout to 60 secs

Change-Id: I1986143219fbdf89dcde76f0d6d0d5d6bf7b0b77
parents 051c3f9b 68384be6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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