Skip to content

Commit 798981d

Browse files
committed
test: add ginkgo timeout
fix
1 parent 4a68302 commit 798981d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
CMDS=smbplugin
1616
PKG = github.com/kubernetes-csi/csi-driver-smb
17-
GINKGO_FLAGS = -ginkgo.v
17+
GINKGO_FLAGS = -ginkgo.v -ginkgo.timeout=2h
1818
GO111MODULE = on
1919
GOPATH ?= $(shell go env GOPATH)
2020
GOBIN ?= $(GOPATH)/bin

test/e2e/dynamic_provisioning_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
admissionapi "k8s.io/pod-security-admission/api"
3131
)
3232

33-
var _ = ginkgo.Describe("Dynamic Provisioning", func(ctx ginkgo.SpecContext) {
33+
var _ = ginkgo.Describe("Dynamic Provisioning", func() {
3434
f := framework.NewDefaultFramework("smb")
3535
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged
3636

0 commit comments

Comments
 (0)