Skip to content

Commit

Permalink
Reduce max message size ring buffer in destruction test (#6373)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtropets authored Jul 18, 2024
1 parent f072436 commit a80c081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e_batched.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,8 @@ def run_to_destruction(args):
args.package = "libjs_generic"
args.nodes = infra.e2e_args.min_nodes(args, f=1)

# Helps ensure expected destruction workflow. See #6373 for details.
args.max_msg_size_bytes = f"{1024 * 1024 * 16}" # 16MB

run(args)
run_to_destruction(args)

0 comments on commit a80c081

Please sign in to comment.