Merge "tests: AppLaunch - increase sleep duration after resetting iorapd" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8cb538c94c
@@ -767,7 +767,7 @@ public class AppLaunch extends InstrumentationTestCase {
|
|||||||
.executeShellCommand(String.format("setprop iorapd.readahead.enable %b", enable));
|
.executeShellCommand(String.format("setprop iorapd.readahead.enable %b", enable));
|
||||||
getInstrumentation().getUiAutomation()
|
getInstrumentation().getUiAutomation()
|
||||||
.executeShellCommand("start iorapd");
|
.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) {
|
if (enable) {
|
||||||
mIorapStatus = IorapStatus.ENABLED;
|
mIorapStatus = IorapStatus.ENABLED;
|
||||||
|
|||||||
Reference in New Issue
Block a user