forked from p15670423/monkey
BB: Reduce DELAY_BETWEEN_ANALYSIS
This commit is contained in:
parent
d596e8c593
commit
394088e39d
|
@ -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__)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue