fix: wait for resiliency stack readiness

This commit is contained in:
abuckit
2026-05-08 17:34:53 -04:00
parent 7709966006
commit d1356ca72e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ SRC_DIR="/tmp/data"
INLINED_DIR="/tmp/inlined"
DEST_DIR="/tmp/dest"
TIMEOUT=10
TIMEOUT=30
while true; do
if [[ ${TIMEOUT} -le 0 ]]; then
echo retry: timeout while running: mc alias set
+1 -1
View File
@@ -401,7 +401,7 @@ function main() {
cleanup_and_prune
# Run resiliency tests against MinIO
docker compose -f "${DOCKER_COMPOSE_FILE}" up -d
docker compose -f "${DOCKER_COMPOSE_FILE}" up -d --wait
# Initial setup
docs/resiliency/resiliency-initial-script.sh