Searched defs:DELAY_MS (Results 1 – 4 of 4) sorted by relevance
34 private static final int DELAY_MS = 50; field in FakeTimeLimiterTest84 timeLimiter.runWithTimeout(Runnables.doNothing(), DELAY_MS, TimeUnit.MILLISECONDS); in testRunWithTimeout_returnsWithoutException() local
40 private static final long DELAY_MS = 50; field in SimpleTimeLimiterTest