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

Comparing jsr166/src/test/tck/ArrayBlockingQueueTest.java (file contents):
Revision 1.70 by jsr166, Tue Oct 6 00:03:55 2015 UTC vs.
Revision 1.71 by jsr166, Sat Aug 6 17:02:49 2016 UTC

# Line 465 | Line 465 | public class ArrayBlockingQueueTest exte
465              }});
466  
467          await(aboutToWait);
468 <        waitForThreadToEnterWaitState(t, LONG_DELAY_MS);
468 >        waitForThreadToEnterWaitState(t);
469          t.interrupt();
470          awaitTermination(t);
471          checkEmpty(q);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines