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 ab26041 commit 310f99bCopy full SHA for 310f99b
socketsecurity/socketcli.py
@@ -64,7 +64,7 @@ def main_code():
64
socket_config = SocketConfig(
65
api_key=config.api_token,
66
allow_unverified_ssl=config.allow_unverified,
67
- timeout=config.timeout if config.timeout is not None else 30 # Use CLI timeout if provided
+ timeout=config.timeout if config.timeout is not None else 1200 # Use CLI timeout if provided
68
)
69
print("loaded socket_config")
70
client = CliClient(socket_config)
0 commit comments