Set e2e uninstall timeout to 10m

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/623/head
Stefan Prodan 4 years ago committed by Hidde Beydals
parent 1301bf7c15
commit ffeaa683c5

@ -49,8 +49,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
- name: uninstall
run: |
./bin/flux suspend kustomization flux-system
./bin/flux uninstall --resources --crds -s
./bin/flux uninstall --resources --crds -s --timeout=10m
- name: bootstrap reinstall
run: |
./bin/flux bootstrap github --manifests ./manifests/install/ \

@ -160,7 +160,7 @@ jobs:
./bin/flux check
- name: flux uninstall
run: |
./bin/flux uninstall --crds --silent
./bin/flux uninstall --crds --silent --timeout=10m
- name: Debug failure
if: failure()
run: |

Loading…
Cancel
Save