From 42df8ee7578f24a915f645e6abb3c3e347537a08 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Thu, 9 Jun 2022 21:00:15 -0700 Subject: [PATCH] UT: Fix tests' `smb_download_timeout` from 300 to 30 --- .../tests/unit_tests/monkey_island/cc/services/test_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": [