--- jsr166/src/test/tck/ScheduledExecutorTest.java 2018/11/24 21:41:21 1.97 +++ jsr166/src/test/tck/ScheduledExecutorTest.java 2019/09/06 18:43:35 1.98 @@ -639,7 +639,7 @@ public class ScheduledExecutorTest exten Runnable waiter = new CheckedRunnable() { public void realRun() { threadsStarted.countDown(); try { - MILLISECONDS.sleep(2 * LONG_DELAY_MS); + MILLISECONDS.sleep(LONGER_DELAY_MS); } catch (InterruptedException success) {} ran.getAndIncrement(); }};