Skip to content

Commit e6ab94f

Browse files
committed
feat: enlarge e2e parallel level to 4
Signed-off-by: jerryzhuang <[email protected]>
1 parent a06da2a commit e6ab94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ inference-api-e2e:
107107
# Ginkgo configurations
108108
GINKGO_FOCUS ?=
109109
GINKGO_SKIP ?=
110-
GINKGO_NODES ?= 2
110+
GINKGO_NODES ?= 4
111111
GINKGO_NO_COLOR ?= false
112112
GINKGO_TIMEOUT ?= 120m
113113
GINKGO_ARGS ?= -focus="$(GINKGO_FOCUS)" -skip="$(GINKGO_SKIP)" -nodes=$(GINKGO_NODES) -no-color=$(GINKGO_NO_COLOR) -timeout=$(GINKGO_TIMEOUT)

0 commit comments

Comments
 (0)