showuon commented on code in PR #15690: URL: https://github.com/apache/kafka/pull/15690#discussion_r1598169071
########## storage/src/test/java/org/apache/kafka/tiered/storage/utils/TieredStorageTestUtils.java: ########## @@ -55,7 +57,7 @@ public class TieredStorageTestUtils { // Log cleanup interval is configured to be 500 ms. We need to wait at least that amount of time before // segments eligible for deletion gets physically removed. - public static final Integer STORAGE_WAIT_TIMEOUT_SEC = 5; + public static final Integer STORAGE_WAIT_TIMEOUT_SEC = 10; Review Comment: I've identified the flaky test is because of these issues: [KAFKA-16709](https://issues.apache.org/jira/browse/KAFKA-16709) and [KAFKA-16711](https://issues.apache.org/jira/browse/KAFKA-16711). Will work on fixing them first. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org