Update test_blackbox.py

This commit is contained in:
Shay Nehmad 2020-03-15 16:58:49 +02:00
parent ddd89c2a14
commit 31c348d26a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class TestMonkeyBlackbox(object):
timeout=timeout_in_seconds, timeout=timeout_in_seconds,
post_exec_analyzers=[PerformanceAnalyzer( post_exec_analyzers=[PerformanceAnalyzer(
island_client, island_client,
break_if_took_too_long=True # TODO change to false before merging!!! break_if_took_too_long=False
)], )],
log_handler=log_handler).run() log_handler=log_handler).run()