From 950d59ccfac05c69888934fd38d1eb6e1258fac0 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 28 Oct 2025 18:08:20 +0100 Subject: [PATCH] Give a startup delay --- changedetectionio/run_proxy_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/run_proxy_tests.sh b/changedetectionio/run_proxy_tests.sh index a0e781e87..b76cf221b 100755 --- a/changedetectionio/run_proxy_tests.sh +++ b/changedetectionio/run_proxy_tests.sh @@ -19,7 +19,7 @@ docker run --network changedet-network -d \ -v `pwd`/tests/proxy_list/squid-passwords.txt:/etc/squid3/passwords \ ubuntu/squid:4.13-21.10_edge - +sleep 5 ## 2nd test actually choose the preferred proxy from proxies.json # This will force a request via "proxy-two" docker run --network changedet-network \