Skip to content

Commit

Permalink
More time for deployment to work
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskoa committed Nov 13, 2023
1 parent 9546fd0 commit 5a1f456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install helm chart
run: |
helm install -f ci-values.yaml smartface .
kubectl rollout status deployment sf-api --timeout=60s || true
kubectl rollout status deployment sf-api --timeout=600s || true
kubectl cluster-info dump > cluster-info.txt
- name: Archive cluster-info
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5a1f456

Please sign in to comment.