From dab99cfdc7ab1e63f56a48550db9b4286d8f6868 Mon Sep 17 00:00:00 2001 From: Calum Murray Date: Tue, 12 Mar 2024 13:44:13 -0400 Subject: [PATCH] chore: increase kind timeout, reduce parallelism Signed-off-by: Calum Murray --- .github/workflows/kind-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 6f198f4911d..575ce7fadd7 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -120,7 +120,7 @@ jobs: run: | export CLUSTER_DOMAIN=${CLUSTER_SUFFIX} # Run the tests tagged as e2e on the KinD cluster. - go test -race -count=1 -parallel=12 -timeout=90m -tags=e2e \ + go test -race -count=1 -parallel=6 -timeout=120m -tags=e2e \ ${{ matrix.test-suite }} ${{ matrix.extra-test-flags }} - name: Collect system diagnostics