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:
Mike Salvatore 2021-07-21 08:21:26 -04:00
parent 79be5d5a22
commit 61c3efdf83
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ class BaseTemplate(ConfigTemplate):
"HostnameCollector",
],
"monkey.post_breach.post_breach_actions": [],
"internal.general.keep_tunnel_open_time": 0,
}