Skip to content

Commit

Permalink
Argocd sync timeout 20min
Browse files Browse the repository at this point in the history
  • Loading branch information
fdehem-pass committed Jan 27, 2025
1 parent e675858 commit b927534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_on_workflow_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ jobs:
api_token_github: ${{ steps.secrets.outputs.API_TOKEN_GITHUB }}

- name: "Sync ArgoCD application"
uses: pass-culture/common-workflows/actions/argocd-sync@argocd-sync/v0.5.0
uses: pass-culture/common-workflows/actions/argocd-sync@argocd-sync/v0.7.0
with:
app_name: pcapi-${{ inputs.environment }}
sync_timeout: 900
sync_timeout: 1200

- name: "Play post-migrations"
uses: pass-culture/common-workflows/actions/pcapi-migration@pcapi-migration/v0.2.3
Expand Down

0 comments on commit b927534

Please sign in to comment.