BB: Reduce the time for agents to die to 2 minutes
This commit is contained in:
parent
0b4f98c675
commit
4df72d08eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue