From af59978202adb2f9181e99d73770932701f76d1b Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Tue, 20 Jan 2026 16:21:18 -0800 Subject: [PATCH] client: plugins: tor: increase bootstrap wait time --- client/plugins/docker/tor.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/plugins/docker/tor.bash b/client/plugins/docker/tor.bash index 552c2f8..b2c4645 100755 --- a/client/plugins/docker/tor.bash +++ b/client/plugins/docker/tor.bash @@ -99,7 +99,7 @@ function tor::start() && echo 'socks5 $_ip 9050' >>$_proxychains" || lib_utils::die_fatal # Test Tor connection - local -r _sleep="15s" + local -r _sleep="30s" lib_utils::print_warning "${global_container}: testing connection (bootstrapping ~${_sleep})" sleep "$_sleep" # Give time to bootstrap # TODO: run timer to verify response (and fail if N times if no response)