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

Commit dd305468 authored by gopinath's avatar gopinath Committed by Gopinath Elanchezhian
Browse files

Reduce initial app launch timeout.

Change-Id: Ie4b9fb99bcde445fc9868c3ed9e968a9fc7bfdda
parent 55c84552
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ public class AppLaunch extends InstrumentationTestCase {
    private static final String KEY_TRACE_DUMPINTERVAL = "tracedump_interval";
    private static final String WEARABLE_ACTION_GOOGLE =
            "com.google.android.wearable.action.GOOGLE";
    private static final int INITIAL_LAUNCH_IDLE_TIMEOUT = 60000; //60s to allow app to idle
    private static final int INITIAL_LAUNCH_IDLE_TIMEOUT = 5000; //5s 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 = 5000; //5s between launching apps
    private static final String LAUNCH_SUB_DIRECTORY = "launch_logs";