Skip to content

Commit d836674

Browse files
authored
Merge pull request #87 from PublicisSapient/actions-develop
increased timeout of deploy
2 parents 2e69c7a + 6e5885e commit d836674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Processors_CI_CD_Workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,4 @@ jobs:
350350
if: ${{ github.event.inputs.processor == 'all' || github.event.inputs.processor == 'devops' }}
351351
run: |
352352
argocd app sync knh-devops-processor-${{ github.event.inputs.env }}
353-
argocd app wait knh-devops-processor-${{ github.event.inputs.env }} --health --timeout 600
353+
argocd app wait knh-devops-processor-${{ github.event.inputs.env }} --health --timeout 900

0 commit comments

Comments
 (0)