TaiJuWu commented on code in PR #16957:
URL: https://github.com/apache/kafka/pull/16957#discussion_r1726688336
##########
core/src/test/java/kafka/test/annotation/ClusterTest.java:
##########
@@ -34,6 +35,7 @@
@Target({METHOD})
@Retention(RUNTIME)
@TestTemplate
+@Timeout(30)
Review Comment:
In some case, the timeout is 120 and the other is 30.
Should we set it to 120 to avoid to make test flaky?
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]