--- jsr166/src/test/tck/ThreadPoolExecutorTest.java 2015/05/15 17:07:27 1.52 +++ jsr166/src/test/tck/ThreadPoolExecutorTest.java 2015/05/15 18:21:19 1.53 @@ -1264,8 +1264,7 @@ public class ThreadPoolExecutorTest exte */ public void testExecuteNull() { ThreadPoolExecutor p = - new ThreadPoolExecutor(1, 2, - LONG_DELAY_MS, MILLISECONDS, + new ThreadPoolExecutor(1, 2, 1L, SECONDS, new ArrayBlockingQueue(10)); try { p.execute(null);