client: plugins: tor: increase bootstrap wait time
This commit is contained in:
@@ -99,7 +99,7 @@ function tor::start()
|
|||||||
&& echo 'socks5 $_ip 9050' >>$_proxychains" || lib_utils::die_fatal
|
&& echo 'socks5 $_ip 9050' >>$_proxychains" || lib_utils::die_fatal
|
||||||
|
|
||||||
# Test Tor connection
|
# Test Tor connection
|
||||||
local -r _sleep="15s"
|
local -r _sleep="30s"
|
||||||
lib_utils::print_warning "${global_container}: testing connection (bootstrapping ~${_sleep})"
|
lib_utils::print_warning "${global_container}: testing connection (bootstrapping ~${_sleep})"
|
||||||
sleep "$_sleep" # Give time to bootstrap
|
sleep "$_sleep" # Give time to bootstrap
|
||||||
# TODO: run timer to verify response (and fail if N times if no response)
|
# TODO: run timer to verify response (and fail if N times if no response)
|
||||||
|
|||||||
Reference in New Issue
Block a user