chore(e2e): increase ucind cluster init timeouts, decrease max backoff delay for TCP connection to retry faster

This commit is contained in:
Pasha Sviderski
2026-04-09 14:39:12 +10:00
parent cd149e4506
commit b3b33a82ba
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ trap cleanup INT TERM EXIT
dind dockerd &
echo "Waiting for Docker in Docker to be ready..."
timeout 5s sh -c "until docker info &> /dev/null; do sleep 0.1; done"
timeout 60s sh -c "until docker info &> /dev/null; do sleep 0.5; done"
echo "Docker in Docker is ready."
echo "Loading corrosion image from /images/corrosion.tar..."