TUN-7275: Make QuickTunnels only use a single connection to the edge

This commit is contained in:
João Oliveirinha
2023-03-13 10:20:58 +00:00
parent be341fa055
commit f686da832f
5 changed files with 14 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ class TestQuickTunnels:
config = component_tests_config(cfd_mode=CfdModes.QUICK, run_proxy_dns=False)
LOGGER.debug(config)
with start_cloudflared(tmp_path, config, cfd_args=["--hello-world"], new_process=True):
wait_tunnel_ready(require_min_connections=4)
wait_tunnel_ready(require_min_connections=1)
url = get_quicktunnel_url()
send_requests(url, 3, True)