Skip to content

Commit

Permalink
Update tests/infra/e2e_args.py
Browse files Browse the repository at this point in the history
Co-authored-by: Amaury Chamayou <amaury@xargs.fr>
  • Loading branch information
Christoph M. Wintersteiger and achamayou committed Mar 1, 2023
1 parent 98b5459 commit 87d8f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/infra/e2e_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def cli_args(add=lambda x: None, parser=None, accept_unknown=False):
"--forwarding-timeout",
help="Timeout for forwarded RPC calls (in milliseconds)",
type=int,
default=3000,
default=infra.interfaces.DEFAULT_FORWARDING_TIMEOUT,
)

add(parser)
Expand Down

0 comments on commit 87d8f34

Please sign in to comment.