ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ScheduledExecutorSubclassTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ScheduledExecutorSubclassTest.java (file contents):
Revision 1.43 by jsr166, Sat Oct 3 00:37:31 2015 UTC vs.
Revision 1.44 by jsr166, Sun Oct 4 02:11:44 2015 UTC

# Line 457 | Line 457 | public class ScheduledExecutorSubclassTe
457                          done.await();
458                          assertEquals(THREADS, p.getLargestPoolSize());
459                      }});
460 <            assertTrue(threadsStarted.await(SMALL_DELAY_MS, MILLISECONDS));
460 >            assertTrue(threadsStarted.await(MEDIUM_DELAY_MS, MILLISECONDS));
461              assertEquals(THREADS, p.getLargestPoolSize());
462          } finally {
463              done.countDown();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines