Skip to content

Commit 25f6e41

Browse files
authored
Merge pull request #2473 from k8s-infra-cherrypick-robot/cherry-pick-2471-to-release-1.31
[release-1.31] test: set ginkgo timeout as 180m
2 parents b68e5ac + 5f6a62c commit 25f6e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif
3636
ifdef EXTERNAL_E2E_TEST_NFS
3737
E2E_HELM_OPTIONS += --set feature.enableVolumeMountGroup=false --set feature.fsGroupPolicy=File
3838
endif
39-
GINKGO_FLAGS = -ginkgo.v
39+
GINKGO_FLAGS = -ginkgo.v --ginkgo.timeout=180m
4040
GO111MODULE = on
4141
GOPATH ?= $(shell go env GOPATH)
4242
GOBIN ?= $(GOPATH)/bin

0 commit comments

Comments
 (0)