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