Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java141 int testTimeoutMs = BASE_INSTRUMENTATION_TEST_TIMEOUT_MS + mAppLaunchTimeoutMs * 2; in createInstrumentationTest() local
142 instrumentationTest.setShellTimeout(testTimeoutMs); in createInstrumentationTest()
143 instrumentationTest.setTestTimeout(testTimeoutMs); in createInstrumentationTest()