Skip to content

Commit

Permalink
🌱 test/e2e: decrease concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
cahillsf committed Sep 24, 2024
1 parent 879617d commit 28af6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export PATH="${REPO_ROOT}/hack/tools/bin:${PATH}"
capi:buildDockerImages

# Configure e2e tests
export GINKGO_NODES=8
export GINKGO_NODES=3
export GINKGO_NOCOLOR=true
export GINKGO_ARGS="${GINKGO_ARGS:-""}"
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml"
Expand Down

0 comments on commit 28af6b2

Please sign in to comment.