dongnuo123 commented on code in PR #16845: URL: https://github.com/apache/kafka/pull/16845#discussion_r1711623407
########## tests/kafkatest/tests/client/consumer_test.py: ########## @@ -608,7 +617,7 @@ def test_valid_assignment(self, assignment_strategy=None, metadata_quorum=quorum consumer.start_node(node) self.await_members(consumer, num_started) wait_until(lambda: self.valid_assignment(self.TOPIC, self.NUM_PARTITIONS, consumer.current_assignment()), - timeout_sec=15, + timeout_sec=self.session_timeout_sec*2, Review Comment: Extend the timeout a bit as it can timeout for normal reconciliation. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org