From 1d1e9937fc9ac6712bc16032f755fd4e21867ae1 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Fri, 22 Dec 2023 15:32:30 +0100 Subject: [PATCH] ginkgo: increase timeout to 3h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e9dc3f0e8..49f3217e35 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ endif # GINKGO_FOCUS ?= GINKGO_SKIP ?= -GINKGO_TIMEOUT ?= 2h +GINKGO_TIMEOUT ?= 3h E2E_CONF_FILE ?= $(abspath test/e2e/config/vsphere-dev.yaml) INTEGRATION_CONF_FILE ?= $(abspath test/integration/integration-dev.yaml) E2E_TEMPLATE_DIR := $(abspath test/e2e/data/infrastructure-vsphere/)