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

Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
Rajini Sivaram 2018-09-17 19:12:46 +01:00
parent fa06de2ba3
commit 84acf1a667
1 changed files with 1 additions and 1 deletions

View File

@ -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()