Searched refs:SHELL_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
51 private static final long SHELL_TIMEOUT = 2500; field in InstrumentationTestFuncTest95 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun()114 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_testFailed()138 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_testCrash()177 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_testTimeout()279 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_deviceRuntimeReset()346 setter.setOptionValue("collect-tests-timeout", Long.toString(SHELL_TIMEOUT)); in testRun_rerun()349 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_rerun()373 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun_rerunCrash()396 setter.setOptionValue("collect-tests-timeout", Long.toString(SHELL_TIMEOUT)); in testRun_rerunHang()[all …]
44 private static final long SHELL_TIMEOUT = 0; field in AndroidJUnitTestTest82 mAndroidJUnitTest.setShellTimeout(SHELL_TIMEOUT); in setUp()83 mMockRemoteRunner.setMaxTimeToOutputResponse(SHELL_TIMEOUT, TimeUnit.MILLISECONDS); in setUp()86 Long.toString(SHELL_TIMEOUT)); in setUp()
74 private static final long SHELL_TIMEOUT = 30*60*1000; field in FlatlandTest135 receiver, SHELL_TIMEOUT, TimeUnit.MILLISECONDS, 2); in run() local