give tor a little more time

This commit is contained in:
Abel Luck 2026-01-08 12:00:49 +01:00
parent 0e0b7bcf41
commit 839bc12ace

View file

@ -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