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

Change-Id: Ibd00009db28c02ec0875f73ff65a13075878b201
This commit is contained in:
TreeHugger Robot
2020-03-25 23:10:55 +00:00
committed by Automerger Merge Worker

View File

@@ -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;