diff --git a/Makefile b/Makefile index 4065c89cd..543cee5c7 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ inference-api-e2e: # Ginkgo configurations GINKGO_FOCUS ?= GINKGO_SKIP ?= -GINKGO_NODES ?= 2 +GINKGO_NODES ?= 4 GINKGO_NO_COLOR ?= false GINKGO_TIMEOUT ?= 120m GINKGO_ARGS ?= -focus="$(GINKGO_FOCUS)" -skip="$(GINKGO_SKIP)" -nodes=$(GINKGO_NODES) -no-color=$(GINKGO_NO_COLOR) -timeout=$(GINKGO_TIMEOUT)