Skip to content

Commit 83a2325

Browse files
Merge pull request #30070 from bitoku/increase-timeout-imagevolume
OCPNODE-3004: ImageVolume: Increase timeout duration
2 parents 7ccc307 + 8be73cf commit 83a2325

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)