Skip to content

Commit 8be73cf

Browse files
committed
Increase timeout of "should fail to mount image volume with invalid subPath." test
Signed-off-by: Ayato Tokubi <[email protected]>
1 parent 05eeb94 commit 8be73cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/node/image_volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ var _ = g.Describe("[sig-node] [FeatureGate:ImageVolume] ImageVolume", func() {
9999
o.Expect(err).NotTo(o.HaveOccurred())
100100

101101
g.By("Waiting for a pod to fail")
102-
err = e2epod.WaitForPodContainerToFail(ctx, oc.AdminKubeClient(), pod.Namespace, pod.Name, 0, kuberuntime.ErrCreateContainer.Error(), 60*time.Second)
102+
err = e2epod.WaitForPodContainerToFail(ctx, oc.AdminKubeClient(), pod.Namespace, pod.Name, 0, kuberuntime.ErrCreateContainer.Error(), 5*time.Minute)
103103
o.Expect(err).NotTo(o.HaveOccurred())
104104
})
105105
})

0 commit comments

Comments
 (0)