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.71 by jsr166, Sat Nov 24 21:41:21 2018 UTC vs.
Revision 1.72 by jsr166, Fri Sep 6 18:43:35 2019 UTC

# Line 680 | Line 680 | public class ScheduledExecutorSubclassTe
680          Runnable waiter = new CheckedRunnable() { public void realRun() {
681              threadsStarted.countDown();
682              try {
683 <                MILLISECONDS.sleep(2 * LONG_DELAY_MS);
683 >                MILLISECONDS.sleep(LONGER_DELAY_MS);
684              } catch (InterruptedException success) {}
685              ran.getAndIncrement();
686          }};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines