Skip to content

Commit 222db1b

Browse files
committed
Increase consumer group test timeout
Test test/test_consumer_group.py::test_group failed. Increase timeout to find out if it is just slow or real failure.
1 parent 401896b commit 222db1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_consumer_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def consumer_thread(i):
7474
threads[i] = t
7575

7676
try:
77-
timeout = time.time() + 35
77+
timeout = time.time() + 350
7878
while True:
7979
for c in range(num_consumers):
8080

0 commit comments

Comments
 (0)