Skip to content

Commit

Permalink
Increase deploy wait timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vokomarov committed Apr 7, 2024
1 parent af4c54b commit e6ae8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
run: kubectl -n ${{ env.NAMESPACE }} rollout status deployment/gateway

- name: Verify service ready
run: kubectl -n ${{ env.NAMESPACE }} wait pods -l app=gateway --for condition=Ready --timeout=60s
run: kubectl -n ${{ env.NAMESPACE }} wait pods -l app=gateway --for condition=Ready --timeout=120s

0 comments on commit e6ae8a0

Please sign in to comment.