From 839bc12acef1ef4665e25adb25d51d99329f7d6b Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Thu, 8 Jan 2026 12:00:49 +0100 Subject: [PATCH] give tor a little more time --- e2e-tests/tor-family/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/tor-family/test.sh b/e2e-tests/tor-family/test.sh index 5071b57..369230f 100755 --- a/e2e-tests/tor-family/test.sh +++ b/e2e-tests/tor-family/test.sh @@ -10,7 +10,7 @@ set +e # Start tor and let it run for a few seconds echo "Starting Tor to verify family key..." -timeout 5 tor -f ./torrc >tor.log 2>&1 +timeout 10 tor -f ./torrc >tor.log 2>&1 TOR_EXIT_CODE=$? set -e