Skip to content

Commit 5f6a62c

Browse files
cvvzk8s-infra-cherrypick-robot
authored andcommitted
test: set ginkgo timeout as 180
1 parent b68e5ac commit 5f6a62c

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)