--- jsr166/src/test/tck/ForkJoinPoolTest.java 2011/03/15 19:47:06 1.38 +++ jsr166/src/test/tck/ForkJoinPoolTest.java 2011/05/06 11:22:07 1.39 @@ -262,7 +262,7 @@ public class ForkJoinPoolTest extends JS p.invoke(new FibTask(20)); assertSame(ForkJoinPool.defaultForkJoinWorkerThreadFactory, p.getFactory()); - Thread.sleep(SMALL_DELAY_MS); + delay(SMALL_DELAY_MS); assertTrue(p.isQuiescent()); assertFalse(p.getAsyncMode()); assertEquals(0, p.getActiveThreadCount());