Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java262 public static long LONG_DELAY_MS; field in JSR166TestCase
279 LONG_DELAY_MS = SHORT_DELAY_MS * 200; in setDelays()
510 exec.awaitTermination(2 * LONG_DELAY_MS, MILLISECONDS)); in joinPool()
749 waitForThreadToEnterWaitState(thread, LONG_DELAY_MS); in waitForThreadToEnterWaitState()
795 awaitTermination(t, LONG_DELAY_MS); in awaitTermination()
931 assertTrue(latch.await(LONG_DELAY_MS, MILLISECONDS));
939 assertTrue(semaphore.tryAcquire(LONG_DELAY_MS, MILLISECONDS));
1037 delay(LONG_DELAY_MS);
1102 delay(LONG_DELAY_MS);
1174 return super.await(2 * LONG_DELAY_MS, MILLISECONDS);