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

Comparing jsr166/src/test/tck/SynchronousQueueTest.java (file contents):
Revision 1.65 by jsr166, Tue Aug 13 23:06:39 2019 UTC vs.
Revision 1.66 by jsr166, Thu Sep 5 20:54:24 2019 UTC

# Line 208 | Line 208 | public class SynchronousQueueTest extend
208  
209                  pleaseInterrupt.countDown();
210                  try {
211 <                    q.offer(new Object(), LONG_DELAY_MS, MILLISECONDS);
211 >                    q.offer(new Object(), LONGER_DELAY_MS, MILLISECONDS);
212                      shouldThrow();
213                  } catch (InterruptedException success) {}
214                  assertFalse(Thread.interrupted());
215
216                assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
215              }});
216  
217          await(pleaseInterrupt);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines