Merge "tests: AppLaunch - increase sleep duration after resetting iorapd" into rvc-dev am: 8cb538c94c am: c07c1cd9de am: 72105ae901 am: 470d4920ae
Change-Id: Ib4fbc1aaf8821a0784b24cd8a706769bb6cdd343
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user