mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Merge pull request #118200 from pohly/csi-storage-capacity-timeout
e2e: apply timeout for CSI Storage Capacity test only to node
This commit is contained in:
commit
61d455ed11
@ -320,7 +320,7 @@ var _ = utils.SIGDescribe("CSI Mock volume storage capacity", func() {
|
|||||||
}
|
}
|
||||||
for _, t := range tests {
|
for _, t := range tests {
|
||||||
test := t
|
test := t
|
||||||
ginkgo.It(t.name, ginkgo.SpecTimeout(f.Timeouts.PodStart), func(ctx context.Context) {
|
ginkgo.It(t.name, ginkgo.NodeTimeout(f.Timeouts.PodStart), func(ctx context.Context) {
|
||||||
scName := "mock-csi-storage-capacity-" + f.UniqueName
|
scName := "mock-csi-storage-capacity-" + f.UniqueName
|
||||||
m.init(ctx, testParameters{
|
m.init(ctx, testParameters{
|
||||||
registerDriver: true,
|
registerDriver: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user