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


##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/ConsumerIntegrationTest.java:
##########
@@ -122,7 +122,7 @@ public void onPartitionsAssigned(Collection<TopicPartition> 
partitions) {
                 }
             });
 
-            TestUtils.waitForCondition(() -> 
consumer.poll(Duration.ofSeconds(1)).count() == 1,
+            TestUtils.waitForCondition(() -> 
consumer.poll(Duration.ofMillis(100)).count() == 1,

Review Comment:
   Yes. I've reverted them after checking locally for 100 iterations that it 
works with the original timeout.



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