UT: Fix tests' `smb_download_timeout` from 300 to 30

This commit is contained in:
Shreya Malviya 2022-06-09 21:00:15 -07:00
parent 4c2e33bc5e
commit 42df8ee757
1 changed files with 2 additions and 2 deletions

View File

@ -195,12 +195,12 @@ def test_format_config_for_agent__exploiters():
{
"name": "SmbExploiter",
"supported_os": ["windows"],
"options": {"smb_download_timeout": 300},
"options": {"smb_download_timeout": 30},
},
{
"name": "WmiExploiter",
"supported_os": ["windows"],
"options": {"smb_download_timeout": 300},
"options": {"smb_download_timeout": 30},
},
],
"vulnerability": [