Skip to content

Commit

Permalink
tests: wait longer to stop verifiable consumer
Browse files Browse the repository at this point in the history
When consuming using consumer groups it may be require to wait for 30
seconds to finish rebalance. During that phase the verifiable consumer
is unable to be gracefully stopped. Made the stop timeout longer to
account for the rebalance timeout.

Fixes: #5227

Signed-off-by: Michal Maslanka <michal@redpanda.com>
  • Loading branch information
mmaslankaprv committed Jul 6, 2022
1 parent efba8c7 commit e08ba99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/services/verifiable_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def __init__(self,
session_timeout_sec=30,
enable_autocommit=False,
assignment_strategy=None,
stop_timeout_sec=30,
stop_timeout_sec=45,
on_record_consumed=None,
reset_policy="earliest",
verify_offsets=True):
Expand Down

0 comments on commit e08ba99

Please sign in to comment.