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.185 by jsr166, Mon Feb 22 19:36:59 2016 UTC vs.
Revision 1.187 by jsr166, Mon Feb 22 20:41:59 2016 UTC

# Line 202 | Line 202 | public class JSR166TestCase extends Test
202       */
203      private static final float delayFactor =
204          systemPropertyValue("jsr166.delay.factor", 1.0f);
205 <    
205 >
206      /**
207       * The timeout factor as used in the jtreg test harness.
208       * See: http://openjdk.java.net/jtreg/tag-spec.html
# Line 585 | Line 585 | public class JSR166TestCase extends Test
585      /**
586       * Returns the shortest timed delay. This can be scaled up for
587       * slow machines using the jsr166.delay.factor system property,
588 <     * or via jtreg's -timeoutFactor:<val> flag.
588 >     * or via jtreg's -timeoutFactor: flag.
589       * http://openjdk.java.net/jtreg/command-help.html
590       */
591      protected long getShortDelay() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines