mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
chore(e2e): increase ucind cluster init timeouts, decrease max backoff delay for TCP connection to retry faster
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user