BB: Increase default test timeout to 150s

Timeout needed an increase because one log4shell machine was slow to communicate back
This commit is contained in:
vakaris_zilius 2022-04-13 08:03:59 +00:00 committed by vakarisz
parent 549eebd55c
commit 0b4f98c675
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from envs.monkey_zoo.blackbox.utils.gcp_machine_handlers import (
)
from monkey_island.cc.services.mode.mode_enum import IslandModeEnum
DEFAULT_TIMEOUT_SECONDS = 2 * 60
DEFAULT_TIMEOUT_SECONDS = 2 * 60 + 30
MACHINE_BOOTUP_WAIT_SECONDS = 30
LOG_DIR_PATH = "./logs"
logging.basicConfig(level=logging.INFO)