Searched refs:TIME_LIMIT_MINUTES (Results 1 – 1 of 1) sorted by relevance
43 private static final int TIME_LIMIT_MINUTES = 25; field in ManagedProfileLifecycleStressTest59 final long deadline = System.nanoTime() + TimeUnit.MINUTES.toNanos(TIME_LIMIT_MINUTES); in testCreateStartDelete()