kirktrue commented on code in PR #20521:
URL: https://github.com/apache/kafka/pull/20521#discussion_r2442435970


##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/PlaintextConsumerTest.java:
##########
@@ -1681,7 +1681,7 @@ private ConsumerRecords<byte[], byte[]> 
awaitNonEmptyRecords(
         AtomicReference<ConsumerRecords<byte[], byte[]>> result = new 
AtomicReference<>();
 
         TestUtils.waitForCondition(() -> {
-            var polledRecords = consumer.poll(Duration.ofSeconds(10));
+            var polledRecords = consumer.poll(Duration.ofSeconds(1));

Review Comment:
   Tests ran locally. The did fail occasionally due to unrelated issues (KRaft 
startup failed once or twice).



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