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

Comparing jsr166/src/test/tck/ThreadPoolExecutorTest.java (file contents):
Revision 1.125 by jsr166, Wed Apr 3 20:55:45 2019 UTC vs.
Revision 1.126 by jsr166, Fri Sep 6 18:43:35 2019 UTC

# Line 672 | Line 672 | public class ThreadPoolExecutorTest exte
672          Runnable waiter = new CheckedRunnable() { public void realRun() {
673              threadsStarted.countDown();
674              try {
675 <                MILLISECONDS.sleep(2 * LONG_DELAY_MS);
675 >                MILLISECONDS.sleep(LONGER_DELAY_MS);
676              } catch (InterruptedException success) {}
677              ran.getAndIncrement();
678          }};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines