BB: Reduce DELAY_BETWEEN_ANALYSIS

This commit is contained in:
Mike Salvatore 2022-03-29 16:10:20 -04:00
parent d596e8c593
commit 394088e39d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from envs.monkey_zoo.blackbox.utils.test_timer import TestTimer
MAX_TIME_FOR_MONKEYS_TO_DIE = 5 * 60
WAIT_TIME_BETWEEN_REQUESTS = 1
TIME_FOR_MONKEY_PROCESS_TO_FINISH = 5
DELAY_BETWEEN_ANALYSIS = 3
DELAY_BETWEEN_ANALYSIS = 1
LOGGER = logging.getLogger(__name__)