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

Comparing jsr166/src/test/tck/DelayQueueTest.java (file contents):
Revision 1.85 by jsr166, Sat May 13 22:49:01 2017 UTC vs.
Revision 1.86 by jsr166, Sun May 14 00:48:20 2017 UTC

# Line 428 | Line 428 | public class DelayQueueTest extends JSR1
428                      shouldThrow();
429                  } catch (InterruptedException success) {}
430                  assertFalse(Thread.interrupted());
431 +
432                  assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
433              }});
434  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines