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

Commit badbef9c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "AppLaunch: Run trial more times to tolerate possible failure in...

Merge "Merge "AppLaunch: Run trial more times to tolerate possible failure in prefetto tracing." into rvc-dev am: 12416fba am: 120cc1f9 am: e54072c0" into rvc-qpr-dev-plus-aosp am: 3ca1f0d7

Change-Id: I8e58fecdaef89b17121bd93af50d8d066a5c6694
parents a3166388 3ca1f0d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ public class AppLaunch extends InstrumentationTestCase {
    private static final int BETWEEN_LAUNCH_SLEEP_TIMEOUT = 3000; // 3s between launching apps
    private static final int PROFILE_SAVE_SLEEP_TIMEOUT = 1000; // Allow 1s for the profile to save
    private static final int IORAP_TRACE_DURATION_TIMEOUT = 7000; // Allow 7s for trace to complete.
    private static final int IORAP_TRIAL_LAUNCH_ITERATIONS = 3;  // min 3 launches to merge traces.
    private static final int IORAP_TRIAL_LAUNCH_ITERATIONS = 5;  // min 5 launches to merge traces.
    private static final int IORAP_COMPILE_CMD_TIMEOUT = 60;  // in seconds: 1 minutes
    private static final int IORAP_COMPILE_MIN_TRACES = 1;  // configure iorapd to need 1 trace.
    private static final int IORAP_COMPILE_RETRIES = 3;  // retry compiler 3 times if it fails.