Abacn commented on code in PR #30278:
URL: https://github.com/apache/beam/pull/30278#discussion_r1484887286
##########
sdks/java/core/src/test/java/org/apache/beam/sdk/util/UnboundedScheduledExecutorServiceTest.java:
##########
@@ -553,7 +553,7 @@ public void testThreadsAreAddedOnlyAsNeededWithContention()
throws Exception {
LOG.info("Created {} threads to execute at most 100 parallel tasks",
largestPool);
// Ideally we would never create more than 100, however with contention it
is still possible
// some extra threads will be created.
- assertTrue(largestPool <= 104);
+ assertTrue(largestPool <= 110);
Review Comment:
out of curiosity, you mind explain briefly about the change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]