Skip to content

Commit c1e8eb6

Browse files
authored
ci: Increase wait-for-completion timeouts in build.yml
1 parent 463a554 commit c1e8eb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
token: ${{ secrets.GH_INFRA_K8S_TOKEN }}
427427
inputs: '{ "app":"datatracker", "appVersion":"${{ env.PKG_VERSION }}", "remoteRef":"${{ github.sha }}", "namespace":"${{ env.DEPLOY_NAMESPACE }}", "disableDailyDbRefresh":${{ inputs.devNoDbRefresh }} }'
428428
wait-for-completion: true
429-
wait-for-completion-timeout: 30m
429+
wait-for-completion-timeout: 60m
430430
wait-for-completion-interval: 30s
431431
display-workflow-run-url: false
432432

@@ -453,7 +453,7 @@ jobs:
453453
token: ${{ secrets.GH_INFRA_K8S_TOKEN }}
454454
inputs: '{ "environment":"${{ secrets.GHA_K8S_CLUSTER }}", "app":"datatracker", "manifest":"postgres", "forceRecreate":true, "restoreToLastFullSnapshot":true, "waitClusterReady":true }'
455455
wait-for-completion: true
456-
wait-for-completion-timeout: 60m
456+
wait-for-completion-timeout: 120m
457457
wait-for-completion-interval: 20s
458458
display-workflow-run-url: false
459459

0 commit comments

Comments
 (0)