bbejeck commented on code in PR #20957:
URL: https://github.com/apache/kafka/pull/20957#discussion_r2553325785
##########
tests/kafkatest/tests/client/consumer_test.py:
##########
@@ -306,7 +306,7 @@ def test_fencing_static_consumer(self,
num_conflict_consumers, fencing_stage, me
producer = self.setup_producer(self.TOPIC)
producer.start()
- self.await_produced_messages(producer)
+ self.await_produced_messages(producer, timeout_sec=120)
Review Comment:
We've seen starting a producer can take longer than expected but it does
start so increasing the timeout to reduce flakiness
--
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]