Skip to content

Commit

Permalink
Fix issue with --stop-timeout parsing, introduced in 288abce (but nev…
Browse files Browse the repository at this point in the history
…er in a release version)
  • Loading branch information
cyberw committed Oct 26, 2022
1 parent 01a45e3 commit df6c5a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locust/argument_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ def setup_parser_arguments(parser):
"-s",
"--stop-timeout",
action="store",
type=int,
dest="stop_timeout",
default=None,
help="Number of seconds to wait for a simulated user to complete any executing task before exiting. Default is to terminate immediately. This parameter only needs to be specified for the master process when running Locust distributed.",
Expand Down

0 comments on commit df6c5a2

Please sign in to comment.