We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c75326 commit 9767ba1Copy full SHA for 9767ba1
component-tests/util.py
@@ -63,7 +63,7 @@ def wait_tunnel_ready(tunnel_url=None, require_min_connections=1):
63
send_request(s, tunnel_url, True)
64
65
66
-@retry(stop_max_attempt_number=MAX_RETRIES, wait_fixed=BACKOFF_SECS * 1000)
+@retry(stop_max_attempt_number=MAX_RETRIES * BACKOFF_SECS, wait_fixed=1000)
67
def check_tunnel_not_connected():
68
url = f'http://localhost:{METRICS_PORT}/ready'
69
0 commit comments