Searched refs:SHELL_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
52 private static final long SHELL_TIMEOUT = 2500; field in InstrumentationTestFuncTest107 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun()126 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_testFailed()151 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_testCrash()190 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_testTimeout()295 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_deviceRuntimeReset()363 setter.setOptionValue("collect-tests-timeout", Long.toString(SHELL_TIMEOUT)); in testRun_rerun()366 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_rerun()390 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_rerunCrash()413 setter.setOptionValue("collect-tests-timeout", Long.toString(SHELL_TIMEOUT)); in testRun_rerunHang()[all …]
76 private static final long SHELL_TIMEOUT = 30 * 60 * 1000; field in FlatlandTest140 SHELL_TIMEOUT, in run() local