Skip to content

Commit aa497c7

Browse files
committed
More lenient
1 parent 0534ead commit aa497c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ async def main() -> int:
164164
"--raw", action="store_true", help="Print raw output without any formatting"
165165
)
166166
parser.add_argument(
167-
"--timeout", type=int, default=10, help="SSH connection timeout in seconds"
167+
"--timeout", type=int, default=15, help="SSH connection timeout in seconds"
168168
)
169169
parser.add_argument(
170170
"--json-file",

0 commit comments

Comments
 (0)