Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java62 private static final long SMALL_TEST = TimeUnit.MINUTES.toMillis(2); // Small tests < 2mins field in ModuleRepo
370 } else if (moduleDef.getRuntimeHint() < SMALL_TEST) { in addModuleDef()