Searched refs:DEFAULT_TEST_TIMEOUT_MILLIS (Results 1 – 3 of 3) sorted by relevance
55 private static final long DEFAULT_TEST_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(5); field in BaseMediaHostSideTest122 TEST_TIMEOUT_INST_ARGS_KEY, Long.toString(DEFAULT_TEST_TIMEOUT_MILLIS)); in getTestRunner()
68 private static final long DEFAULT_TEST_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(10); field in PrivacyDeviceOwnerTest187 TEST_TIMEOUT_INST_ARGS_KEY, Long.toString(DEFAULT_TEST_TIMEOUT_MILLIS)); in runDeviceTests()
127 private static final long DEFAULT_TEST_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(10); field in BaseDevicePolicyTest608 DEFAULT_TEST_TIMEOUT_MILLIS, in runDeviceTestsAsUser() local