Skip to content

Commit

Permalink
increase time-out to make py2.6 CI pass
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Nov 27, 2018
1 parent c61cac5 commit 334806c
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(240, lambda: len(SampleConsumer.log_results) >= test_item_count)
sleep_until(600, 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 334806c

Please sign in to comment.