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

Commit 28ef0286 authored by Igor Murashkin's avatar Igor Murashkin Committed by Automerger Merge Worker
Browse files

tests: AppLaunch - increase sleep duration after resetting iorapd am: e3a08abc am: 6dd83baf

Change-Id: I3a955c2a684c3ff073a48b051a3180f2ed78ca97
parents ca50b1a2 6dd83baf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -790,7 +790,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;