Skip to content

Commit 9b60268

Browse files
Change GINKGO_PROCS to 1
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
1 parent ce60195 commit 9b60268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ CONTAINER_RUNTIME ?= $(shell command -v docker 2>/dev/null || command -v podman
152152
# Set SKIP_BUILD=true to skip the image build/load steps and use a pre-built image.
153153
SKIP_BUILD ?= false
154154
# Number of parallel Ginkgo workers. Defaults to 1 (sequential). Override with GINKGO_PROCS=N.
155-
GINKGO_PROCS ?= 4
155+
GINKGO_PROCS ?= 1
156156

157157
.PHONY: e2e-setup
158158
e2e-setup: ## One-time setup: create Kind cluster and install dependencies (Argo, CSI, Vault)

0 commit comments

Comments
 (0)