Merge pull request #623 from fluxcd/e2e-timeout

Set e2e uninstall timeout to 10m
This commit is contained in:
Hidde Beydals 2020-12-18 14:00:29 +01:00 committed by GitHub
commit 07dd59892f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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/ \

View file

@ -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: |