forked from p15670423/monkey
UT: Fix tests' `smb_download_timeout` from 300 to 30
This commit is contained in:
parent
4c2e33bc5e
commit
42df8ee757
|
@ -195,12 +195,12 @@ def test_format_config_for_agent__exploiters():
|
||||||
{
|
{
|
||||||
"name": "SmbExploiter",
|
"name": "SmbExploiter",
|
||||||
"supported_os": ["windows"],
|
"supported_os": ["windows"],
|
||||||
"options": {"smb_download_timeout": 300},
|
"options": {"smb_download_timeout": 30},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "WmiExploiter",
|
"name": "WmiExploiter",
|
||||||
"supported_os": ["windows"],
|
"supported_os": ["windows"],
|
||||||
"options": {"smb_download_timeout": 300},
|
"options": {"smb_download_timeout": 30},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"vulnerability": [
|
"vulnerability": [
|
||||||
|
|
Loading…
Reference in New Issue