Skip to content

Commit

Permalink
Merge pull request #5361 from mmaslankaprv/fix-5227
Browse files Browse the repository at this point in the history
tests: wait longer to stop verifiable consumer
  • Loading branch information
mmaslankaprv committed Jul 25, 2022
2 parents 8bcf87f + e08ba99 commit 506fe16
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 506fe16

Please sign in to comment.