From dbebc2bba7c68bdca25446083d6dd7a960067b68 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Fri, 12 Jan 2024 14:48:27 +0100 Subject: [PATCH] more ginkgo nodes --- hack/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/e2e.sh b/hack/e2e.sh index cea5ba6486..f6ef7a59fa 100755 --- a/hack/e2e.sh +++ b/hack/e2e.sh @@ -105,7 +105,7 @@ export E2E_IPAM_KUBECONFIG="${KUBECONFIG}" make envsubst -export GINKGO_NODES=3 +export GINKGO_NODES=5 # # Retrieve an IP to be used as the kube-vip IP # CONTROL_PLANE_IPCLAIM_NAME="ip-claim-$(openssl rand -hex 20)"