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

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.70 by jsr166, Sun Nov 21 19:04:45 2010 UTC vs.
Revision 1.71 by jsr166, Mon Nov 22 06:53:32 2010 UTC

# Line 260 | Line 260 | public class JSR166TestCase extends Test
260          SHORT_DELAY_MS = getShortDelay();
261          SMALL_DELAY_MS  = SHORT_DELAY_MS * 5;
262          MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10;
263 <        LONG_DELAY_MS   = SHORT_DELAY_MS * 50;
263 >        LONG_DELAY_MS   = SHORT_DELAY_MS * 200;
264      }
265  
266      /**
# Line 447 | Line 447 | public class JSR166TestCase extends Test
447          try {
448              exec.shutdown();
449              assertTrue("ExecutorService did not terminate in a timely manner",
450 <                       exec.awaitTermination(LONG_DELAY_MS, MILLISECONDS));
450 >                       exec.awaitTermination(2 * LONG_DELAY_MS, MILLISECONDS));
451          } catch (SecurityException ok) {
452              // Allowed in case test doesn't have privs
453          } catch (InterruptedException ie) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines