We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eed7cb commit 27fffb3Copy full SHA for 27fffb3
Makefile
@@ -87,19 +87,19 @@ e2etests: ## Run the e2e suite against your local cluster
87
go test \
88
-p 1 \
89
-count 1 \
90
- -timeout 3.25h \
+ -timeout 3.75h \
91
-v \
92
./suites/$(shell echo $(TEST_SUITE) | tr A-Z a-z)/... \
93
--ginkgo.focus="${FOCUS}" \
94
- --ginkgo.timeout=3h \
+ --ginkgo.timeout=3h30m \
95
--ginkgo.grace-period=3m \
96
--ginkgo.vv
97
98
upstream-e2etests: tidy download
99
CLUSTER_NAME=${CLUSTER_NAME} envsubst < $(shell pwd)/test/pkg/environment/aws/default_ec2nodeclass.yaml > ${TMPFILE}
100
cd $(KARPENTER_CORE_DIR) && go test \
101
102
+ -timeout 3h \
103
104
./test/suites/regression/... \
105
0 commit comments