Skip to content

Commit

Permalink
Improve description
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jun 17, 2020
1 parent d38762b commit bf74fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/java/som/tests/ParallelHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static void executeNTimesInParallel(final IntFunction<Void> task,
}

assertTrue("Failed parallel test with: " + exceptions, exceptions.isEmpty());
assertTrue(allArrivedWithinTime);
assertTrue("Some threads timed out on threadsDone", allArrivedWithinTime);
} finally {
threadPool.shutdownNow();
}
Expand Down

0 comments on commit bf74fa4

Please sign in to comment.