Skip to content

Commit 41009cb

Browse files
committed
increase timeout
1 parent bde29b0 commit 41009cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/bash/db_run_job.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515

1616
JOB_NAME=manbrs-dbm-${ENV}
1717
RG_NAME=rg-manbrs-${ENV}-container-app-uks
18-
TIMEOUT=300
18+
TIMEOUT=400
1919
WAIT=5
2020
count=0
2121

scripts/bash/wait_ado_pipeline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ORG_URL="$2"
77
PROJECT="$3"
88

99
SLEEP_TIME=15
10-
TIMEOUT_SECONDS=300
10+
TIMEOUT_SECONDS=400
1111

1212
echo "Waiting for Azure DevOps pipeline run $RUN_ID to complete..."
1313

0 commit comments

Comments
 (0)