--- jsr166/src/test/tck/ForkJoinPoolTest.java 2012/01/10 13:48:27 1.44 +++ jsr166/src/test/tck/ForkJoinPoolTest.java 2012/01/10 14:03:17 1.45 @@ -244,7 +244,7 @@ public class ForkJoinPoolTest extends JS assertSame(eh, p.getUncaughtExceptionHandler()); try { p.execute(new FibTask(8)); - assertTrue(uehInvoked.await(10000, MILLISECONDS)); + assertTrue(uehInvoked.await(MEDIUM_DELAY_MS, MILLISECONDS)); } catch(RejectedExecutionException ok) { } } finally {