Skip to content

Commit

Permalink
Set a limit of one day for the timeout in engineering mode
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 25, 2024
1 parent a57bc0f commit 687e06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lvmecp/actor/commands/engineering.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def engineering_mode():
@click.option(
"--timeout",
"-t",
type=float,
type=click.FloatRange(min=0.1, max=86400),
help="Timeout for the engineering mode. "
"If not passed, the default timeout is used.",
)
Expand Down

0 comments on commit 687e06e

Please sign in to comment.