We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41b7c0 commit f83eb88Copy full SHA for f83eb88
tests/cmd/main.py
@@ -11,7 +11,7 @@ def _unittest_help() -> None:
11
"""
12
Just make sure that the help can be displayed without issues.
13
14
- execute_cli("--help", timeout=10.0, log=False)
+ execute_cli("--help", timeout=60.0, log=False)
15
for cmd in dir(yakut.cmd):
16
if not cmd.startswith("_") and not cmd.startswith("@") and cmd not in ("pycyphal", "sys"):
17
execute_cli(cmd.replace("_", "-"), "--help", timeout=3.0, log=False)
0 commit comments