--- jsr166/src/test/tck/JSR166TestCase.java 2003/09/20 18:20:08 1.3 +++ jsr166/src/test/tck/JSR166TestCase.java 2003/09/25 11:02:41 1.4 @@ -64,7 +64,7 @@ public class JSR166TestCase extends Test * be reimplmented to use for example a Property. */ protected long getShortDelay() { - return 50; + return 100; } @@ -84,7 +84,7 @@ public class JSR166TestCase extends Test protected volatile boolean threadFailed; /** - * Initialize test to indicat that no thread assertions have failed + * Initialize test to indicate that no thread assertions have failed */ public void setUp() { setDelays();