From 91bf16ef49a7c2e048b23005da8d77c6cda721e9 Mon Sep 17 00:00:00 2001 From: yamatcha Date: Thu, 12 Dec 2024 05:45:57 +0000 Subject: [PATCH] fix --- e2e/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/Makefile b/e2e/Makefile index 7b85e3e4..22422e0f 100644 --- a/e2e/Makefile +++ b/e2e/Makefile @@ -57,12 +57,12 @@ endif .PHONY: test test: $(GINKGO) env PATH="$$(pwd)/../bin:$$PATH" RUN_E2E=1 \ - $(GINKGO) -v --procs 7 --fail-fast --randomize-all --timeout 90m . + $(GINKGO) -v --procs 5 --fail-fast --randomize-all --timeout 90m . .PHONY: test-upgrade test-upgrade: $(GINKGO) env PATH=$$(pwd)/../bin:$$PATH RUN_E2E=1 UPGRADE=1 \ - $(GINKGO) -v --procs 7 --fail-fast --randomize-all --timeout 90m . + $(GINKGO) -v --procs 5 --fail-fast --randomize-all --timeout 90m . .PHONY: logs logs: