diff --git a/monkey/tests/unit_tests/monkey_island/cc/services/test_config.py b/monkey/tests/unit_tests/monkey_island/cc/services/test_config.py index 41c78cb8c..bc804c68a 100644 --- a/monkey/tests/unit_tests/monkey_island/cc/services/test_config.py +++ b/monkey/tests/unit_tests/monkey_island/cc/services/test_config.py @@ -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": [