danny0405 commented on code in PR #5918:
URL: https://github.com/apache/hudi/pull/5918#discussion_r903229933
##########
hudi-common/src/test/java/org/apache/hudi/common/table/timeline/TestHoodieActiveTimeline.java:
##########
@@ -516,7 +516,7 @@ public void testCreateNewInstantTime() throws Exception {
}
executorService.shutdown();
- assertTrue(executorService.awaitTermination(10, TimeUnit.SECONDS));
+ assertTrue(executorService.awaitTermination(60, TimeUnit.SECONDS));
// required to catch exceptions
Review Comment:
I modify it because the test is flaky.
--
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]