forked from p15670423/monkey
Update test_blackbox.py
This commit is contained in:
parent
ddd89c2a14
commit
31c348d26a
|
@ -80,7 +80,7 @@ class TestMonkeyBlackbox(object):
|
|||
timeout=timeout_in_seconds,
|
||||
post_exec_analyzers=[PerformanceAnalyzer(
|
||||
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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue