mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-21 01:53:31 +00:00
fix: wait for resiliency stack readiness
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user