BB: Add time log for monkey killing time

This commit is contained in:
vakarisz 2022-04-12 13:59:46 +03:00
parent 9ca061e23c
commit ceabb99e7c
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ class ExploitationTest(BasicTest):
if time_passed > MAX_TIME_FOR_MONKEYS_TO_DIE:
LOGGER.error("Some monkeys didn't die after the test, failing")
assert False
LOGGER.info(f"After {time_passed} seconds all monkeys have died")
def parse_logs(self):
LOGGER.info("Parsing test logs:")