From ffeaa683c5c31c7f600cc948ddc8e267bc80d606 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 18 Dec 2020 12:52:29 +0200 Subject: [PATCH] Set e2e uninstall timeout to 10m Signed-off-by: Stefan Prodan --- .github/workflows/bootstrap.yaml | 3 +-- .github/workflows/e2e.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index 48891f84..b460cd2f 100644 --- a/.github/workflows/bootstrap.yaml +++ b/.github/workflows/bootstrap.yaml @@ -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/ \ diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index a197c207..97af7e78 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -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: |