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

Comparing jsr166/src/test/tck/ForkJoinPoolTest.java (file contents):
Revision 1.62 by jsr166, Sun Oct 4 07:42:07 2015 UTC vs.
Revision 1.63 by jsr166, Sun Oct 4 08:27:41 2015 UTC

# Line 913 | Line 913 | public class ForkJoinPoolTest extends JS
913              List<Callable<String>> l = new ArrayList<Callable<String>>();
914              l.add(new NPETask());
915              List<Future<String>> futures
916 <                = e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS);
916 >                = e.invokeAll(l, LONG_DELAY_MS, MILLISECONDS);
917              assertEquals(1, futures.size());
918              try {
919                  futures.get(0).get();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines