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 1abc43a commit b423783Copy full SHA for b423783
socketsecurity/config.py
@@ -33,6 +33,7 @@ class CliConfig:
33
integration_org_slug: Optional[str] = None
34
pending_head: bool = False
35
timeout: Optional[int] = 1200
36
+ timeout: Optional[int] = 1200
37
@classmethod
38
def from_args(cls, args_list: Optional[List[str]] = None) -> 'CliConfig':
39
parser = create_argument_parser()
0 commit comments