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 6, 2024
1 parent 905e771 commit bd8feff
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 @@ -86,7 +86,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 @@ -95,7 +95,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 bd8feff

Please sign in to comment.