forked from p15670423/monkey
Tests: Speed up blackbox tests by 1 minute each
The "keep_tunnel_open_time" option adds an unnecessary 60 second delay to each test (except the tunneling test, where it is necessary). By setting the time to 0, each test now runs 60 seconds faster.
This commit is contained in:
parent
79be5d5a22
commit
61c3efdf83
|
@ -13,4 +13,5 @@ class BaseTemplate(ConfigTemplate):
|
|||
"HostnameCollector",
|
||||
],
|
||||
"monkey.post_breach.post_breach_actions": [],
|
||||
"internal.general.keep_tunnel_open_time": 0,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue