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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java66 * SHORT_DELAY_MS}, {@code SMALL_DELAY_MS}, {@code MEDIUM_DELAY_MS},
261 public static long MEDIUM_DELAY_MS; field in class:JSR166TestCase
278 MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10;
1007 delay(MEDIUM_DELAY_MS);
1013 delay(MEDIUM_DELAY_MS);
1029 delay(MEDIUM_DELAY_MS);
1092 delay(MEDIUM_DELAY_MS);

Completed in 83 milliseconds