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

Comparing jsr166/src/test/tck/ThreadPoolExecutorSubclassTest.java (file contents):
Revision 1.103 by jsr166, Sun Aug 11 22:29:27 2019 UTC vs.
Revision 1.104 by jsr166, Fri Sep 6 18:43:35 2019 UTC

# Line 769 | Line 769 | public class ThreadPoolExecutorSubclassT
769          Runnable waiter = new CheckedRunnable() { public void realRun() {
770              threadsStarted.countDown();
771              try {
772 <                MILLISECONDS.sleep(2 * LONG_DELAY_MS);
772 >                MILLISECONDS.sleep(LONGER_DELAY_MS);
773              } catch (InterruptedException success) {}
774              ran.getAndIncrement();
775          }};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines