Skip to content

Commit

Permalink
Merge pull request #2567 from chrischdi/pr-capv-increase-timeout
Browse files Browse the repository at this point in the history
🌱 ginkgo: increase timeout to 3h
  • Loading branch information
k8s-ci-robot authored Dec 22, 2023
2 parents 79d3ac0 + 1d1e993 commit 23cb289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 23cb289

Please sign in to comment.