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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java65 * {@code LONG_DELAY_MS}. The idea here is that a SHORT is always
260 public static long LONG_DELAY_MS; field in class:JSR166TestCase
277 LONG_DELAY_MS = SHORT_DELAY_MS * 200;
508 exec.awaitTermination(2 * LONG_DELAY_MS, MILLISECONDS));
743 * Waits up to LONG_DELAY_MS for the given thread to enter a wait
747 waitForThreadToEnterWaitState(thread, LONG_DELAY_MS);
788 * Waits for LONG_DELAY_MS milliseconds for the thread to
793 awaitTermination(t, LONG_DELAY_MS);
929 assertTrue(latch.await(LONG_DELAY_MS, MILLISECONDS));
937 assertTrue(semaphore.tryAcquire(LONG_DELAY_MS, MILLISECOND
[all...]

Completed in 44 milliseconds