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

Commit 6dd83baf 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

Change-Id: Ib2db932528279ccf077bfce9987e783ba5ff0762
parents d4b27f51 e3a08abc
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;