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

Commit c07c1cd9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "tests: AppLaunch - increase sleep duration after resetting iorapd" into...

Merge "tests: AppLaunch - increase sleep duration after resetting iorapd" into rvc-dev am: 8cb538c9

Change-Id: Ibd00009db28c02ec0875f73ff65a13075878b201
parents 3f0dcd66 8cb538c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -767,7 +767,7 @@ public class AppLaunch extends InstrumentationTestCase {
                .executeShellCommand(String.format("setprop iorapd.readahead.enable %b", enable));
        getInstrumentation().getUiAutomation()
                .executeShellCommand("start iorapd");
        sleep(2000);  // give enough time for iorapd to start back up.
        sleep(3000);  // give enough time for iorapd to start back up.

        if (enable) {
            mIorapStatus = IorapStatus.ENABLED;