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

Comparing jsr166/src/test/tck/CompletableFutureTest.java (file contents):
Revision 1.121 by jsr166, Sun Sep 6 21:14:12 2015 UTC vs.
Revision 1.122 by jsr166, Sun Sep 6 22:21:07 2015 UTC

# Line 3567 | Line 3567 | public class CompletableFutureTest exten
3567                         () -> testDelayedExecutor(new ThreadExecutor(), 1));
3568      }
3569  
3570    /**
3571     * delayedExecutor returns an executor that delays submission
3572     */
3570      public void testDelayedExecutor(Executor executor, Integer v) throws Exception {
3571          long timeoutMillis = timeoutMillis();
3572          // Use an "unreasonably long" long timeout to catch lingering threads

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines