dimas-b commented on code in PR #4970:
URL: https://github.com/apache/polaris/pull/4970#discussion_r3530835911
##########
runtime/service/src/test/java/org/apache/polaris/service/task/TableCleanupTaskHandlerTest.java:
##########
@@ -145,6 +148,62 @@ public void testTableCleanup() throws IOException {
BatchFileCleanupTaskHandler.BatchFileCleanupTask.class)));
}
+ @Test
+ @Timeout(10)
Review Comment:
10 sec? It might be flaky under CI contention. Since we do not actually
expect this test to take a long time, using a very long timeout should be fine.
WDYT?
--
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]