There was an error while loading. Please reload this page.
1 parent 39ff170 commit 2670c32Copy full SHA for 2670c32
1 file changed
src/scripts/utils/check_wait_master.sh
@@ -60,7 +60,7 @@ MASTER_PIPELINE_ID=$(get_pipeline)
60
WORKFLOW=$(get_workflow "$MASTER_PIPELINE_ID")
61
62
COUNT=0
63
-MAX_RETRY=10
+MAX_RETRY=25
64
INTERVAL=60
65
while [[ "$((COUNT++))" -lt "$MAX_RETRY" ]]; do
66
case $(<<<"$WORKFLOW" jq -r '.status') in
0 commit comments