BB: Reduce the time for agents to die to 2 minutes

This commit is contained in:
vakaris_zilius 2022-04-13 08:05:23 +00:00 committed by vakarisz
parent 0b4f98c675
commit 4df72d08eb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from envs.monkey_zoo.blackbox.island_client.island_config_parser import IslandCo
from envs.monkey_zoo.blackbox.tests.basic_test import BasicTest
from envs.monkey_zoo.blackbox.utils.test_timer import TestTimer
MAX_TIME_FOR_MONKEYS_TO_DIE = 5 * 60
MAX_TIME_FOR_MONKEYS_TO_DIE = 2 * 60
WAIT_TIME_BETWEEN_REQUESTS = 1
TIME_FOR_MONKEY_PROCESS_TO_FINISH = 5
DELAY_BETWEEN_ANALYSIS = 1