Home
last modified time | relevance | path

Searched refs:SHELL_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java52 private static final long SHELL_TIMEOUT = 2500; field in InstrumentationTestFuncTest
107 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 …]
/tools/tradefederation/contrib/src/com/android/graphics/tests/
DFlatlandTest.java76 private static final long SHELL_TIMEOUT = 30 * 60 * 1000; field in FlatlandTest
140 SHELL_TIMEOUT, in run() local