Skip to content

Commit 27fffb3

Browse files
committed
bump e2e test time
1 parent 6eed7cb commit 27fffb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,19 @@ e2etests: ## Run the e2e suite against your local cluster
8787
go test \
8888
-p 1 \
8989
-count 1 \
90-
-timeout 3.25h \
90+
-timeout 3.75h \
9191
-v \
9292
./suites/$(shell echo $(TEST_SUITE) | tr A-Z a-z)/... \
9393
--ginkgo.focus="${FOCUS}" \
94-
--ginkgo.timeout=3h \
94+
--ginkgo.timeout=3h30m \
9595
--ginkgo.grace-period=3m \
9696
--ginkgo.vv
9797

9898
upstream-e2etests: tidy download
9999
CLUSTER_NAME=${CLUSTER_NAME} envsubst < $(shell pwd)/test/pkg/environment/aws/default_ec2nodeclass.yaml > ${TMPFILE}
100100
cd $(KARPENTER_CORE_DIR) && go test \
101101
-count 1 \
102-
-timeout 3.25h \
102+
-timeout 3h \
103103
-v \
104104
./test/suites/regression/... \
105105
--ginkgo.focus="${FOCUS}" \

0 commit comments

Comments
 (0)