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

Comparing jsr166/src/test/tck/BlockingQueueTest.java (file contents):
Revision 1.16 by jsr166, Sun May 24 01:42:14 2015 UTC vs.
Revision 1.17 by jsr166, Thu Oct 8 00:41:57 2015 UTC

# Line 235 | Line 235 | public abstract class BlockingQueueTest
235                      shouldThrow();
236                  } catch (InterruptedException success) {}
237                  assertFalse(Thread.interrupted());
238 +
239 +                assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
240              }});
241  
242          barrier.await();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines