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

/libcore/jsr166-tests/src/test/java/jsr166/
H A DJSR166TestCase.java62 * {@code LONG_DELAY_MS}. The idea here is that a SHORT is always
117 public static long LONG_DELAY_MS; field in class:JSR166TestCase
135 LONG_DELAY_MS = SHORT_DELAY_MS * 200;
217 thread.join(LONG_DELAY_MS);
389 exec.awaitTermination(2 * LONG_DELAY_MS, MILLISECONDS));
616 * Waits up to LONG_DELAY_MS for the given thread to enter a wait
620 waitForThreadToEnterWaitState(thread, LONG_DELAY_MS);
661 * Waits for LONG_DELAY_MS milliseconds for the thread to
666 awaitTermination(t, LONG_DELAY_MS);
802 assertTrue(latch.await(LONG_DELAY_MS, MILLISECOND
[all...]

Completed in 73 milliseconds