Skip to content

Commit f83eb88

Browse files
robustify test
1 parent c41b7c0 commit f83eb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cmd/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def _unittest_help() -> None:
1111
"""
1212
Just make sure that the help can be displayed without issues.
1313
"""
14-
execute_cli("--help", timeout=10.0, log=False)
14+
execute_cli("--help", timeout=60.0, log=False)
1515
for cmd in dir(yakut.cmd):
1616
if not cmd.startswith("_") and not cmd.startswith("@") and cmd not in ("pycyphal", "sys"):
1717
execute_cli(cmd.replace("_", "-"), "--help", timeout=3.0, log=False)

0 commit comments

Comments
 (0)