--- jsr166/src/test/tck/ThreadPoolExecutorTest.java 2019/04/03 20:55:45 1.125 +++ jsr166/src/test/tck/ThreadPoolExecutorTest.java 2019/09/06 18:43:35 1.126 @@ -672,7 +672,7 @@ public class ThreadPoolExecutorTest exte 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(); }};