brandboat commented on code in PR #20774:
URL: https://github.com/apache/kafka/pull/20774#discussion_r2464271367


##########
core/src/test/scala/integration/kafka/api/AbstractConsumerTest.scala:
##########
@@ -302,7 +302,7 @@ abstract class AbstractConsumerTest extends BaseRequestTest 
{
 
     sendAsyncCommit(commitCallback)
     TestUtils.pollUntilTrue(consumer, () => commitCallback.isComplete,
-      "Failed to observe commit callback before timeout", waitTimeMs = 10000)
+      "Failed to observe commit callback before timeout", waitTimeMs = 15000)

Review Comment:
   I ran kafka.api.SaslSslConsumerTest.testCoordinatorFailover 1,000 times 
locally without any failures. Before this patch, the test would fail within 100 
runs.



-- 
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]

Reply via email to