Skip to content

Commit

Permalink
bump timeout to 10 minutes to ensure undeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Dec 10, 2024
1 parent 4b3a924 commit d3c1735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Undeploy
if: ${{ !inputs.skip-undeploy }}
run: |
kubectl delete ns "$(cat workspace/e2e.namespace)" --timeout 5m
kubectl delete ns "$(cat workspace/e2e.namespace)" --timeout 10m
- name: Upload logs
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_aks_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Undeploy
if: always()
run: |
kubectl delete ns "$(cat workspace/e2e.namespace)" --timeout 5m
kubectl delete ns "$(cat workspace/e2e.namespace)" --timeout 10m
- name: Upload logs
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down

0 comments on commit d3c1735

Please sign in to comment.