Browse Source

MINOR: Increase timeout in log4j system test to avoid transient failures (#5658)

Reviewers: Ismael Juma <ismael@juma.me.uk>
pull/5596/merge
Rajini Sivaram 6 years ago committed by GitHub
parent
commit
5e72f66ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/kafkatest/tests/tools/log4j_appender_test.py

2
tests/kafkatest/tests/tools/log4j_appender_test.py

@ -66,7 +66,7 @@ class Log4jAppenderTest(Test): @@ -66,7 +66,7 @@ class Log4jAppenderTest(Test):
def start_consumer(self):
self.consumer = ConsoleConsumer(self.test_context, num_nodes=self.num_brokers, kafka=self.kafka, topic=TOPIC,
consumer_timeout_ms=1000,
consumer_timeout_ms=10000,
message_validator=self.custom_message_validator)
self.consumer.start()

Loading…
Cancel
Save