Skip to content

Commit

Permalink
JoeSandbox analyzers: use a sane analysis timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ant1 committed Apr 27, 2018
1 parent b48ede8 commit bb36113
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analyzers/JoeSandbox/JoeSandbox_File_Analysis_Inet.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"type": "number",
"multi": false,
"required": true,
"defaultValue": 240
"defaultValue": 1800
},
{
"name": "networktimeout",
Expand Down
10 changes: 9 additions & 1 deletion analyzers/JoeSandbox/JoeSandbox_File_Analysis_Noinet.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,15 @@
"type": "number",
"multi": false,
"required": true,
"defaultValue": 240
"defaultValue": 1800
},
{
"name": "networktimeout",
"description": "Network timeout (second)",
"type": "number",
"multi": false,
"required": true,
"defaultValue": 30
}
]
}
2 changes: 1 addition & 1 deletion analyzers/JoeSandbox/JoeSandbox_Url_Analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"type": "number",
"multi": false,
"required": true,
"defaultValue": 240
"defaultValue": 1800
},
{
"name": "networktimeout",
Expand Down

0 comments on commit bb36113

Please sign in to comment.