Skip to content

Commit 2670c32

Browse files
authored
feat: increase check master timeout to 25 minutes (#361)
1 parent 39ff170 commit 2670c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/utils/check_wait_master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ MASTER_PIPELINE_ID=$(get_pipeline)
6060
WORKFLOW=$(get_workflow "$MASTER_PIPELINE_ID")
6161

6262
COUNT=0
63-
MAX_RETRY=10
63+
MAX_RETRY=25
6464
INTERVAL=60
6565
while [[ "$((COUNT++))" -lt "$MAX_RETRY" ]]; do
6666
case $(<<<"$WORKFLOW" jq -r '.status') in

0 commit comments

Comments
 (0)