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