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

Comparing jsr166/src/test/tck/LinkedBlockingDequeTest.java (file contents):
Revision 1.47 by jsr166, Tue Feb 21 02:04:17 2012 UTC vs.
Revision 1.48 by jsr166, Mon Jul 16 13:17:43 2012 UTC

# Line 1064 | Line 1064 | public class LinkedBlockingDequeTest ext
1064  
1065                  pleaseInterrupt.countDown();
1066                  try {
1067 <                    q.pollFirst(SMALL_DELAY_MS, MILLISECONDS);
1067 >                    q.pollFirst(LONG_DELAY_MS, MILLISECONDS);
1068                      shouldThrow();
1069                  } catch (InterruptedException success) {}
1070                  assertFalse(Thread.interrupted());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines