Skip to content

Commit

Permalink
increase time-out to ensure the CI is more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Nov 26, 2018
1 parent 0f5a95e commit c61cac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sample_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def sample_consumer_group():
client_worker2 = ConsumerWorker(SampleConsumer, consumer_option=option2)
client_worker2.start()

sleep_until(120, lambda: len(SampleConsumer.log_results) >= test_item_count)
sleep_until(240, lambda: len(SampleConsumer.log_results) >= test_item_count)

print("*** consumer group status ***")
ret = client.list_consumer_group(project, logstore)
Expand Down

0 comments on commit c61cac5

Please sign in to comment.