kirktrue commented on code in PR #20521:
URL: https://github.com/apache/kafka/pull/20521#discussion_r2438347402
##########
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:
I went ahead and committed this change, but I'll continue to run the tests
locally a few hundred times.
--
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]