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


##########
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:
   I wonder if this is really needed once we sort out the `pollTimeout` gap 
https://github.com/apache/kafka/pull/20521#discussion_r2410935572 
   
   (and same for the other changes on this file maybe?)



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