diff --git a/test/e2e_node/image_pull_test.go b/test/e2e_node/image_pull_test.go index 28c393f2a96..a80795f8f37 100644 --- a/test/e2e_node/image_pull_test.go +++ b/test/e2e_node/image_pull_test.go @@ -263,7 +263,7 @@ var _ = SIGDescribe("Pull Image", feature.CriProxy, framework.WithSerial(), func e, err := getImagePullAttempts(ctx, f, pod.Name) framework.ExpectNoError(err) // 3 would take 10s best case. - gomega.Expect(e.Count).Should(gomega.BeNumerically(">", 3)) + gomega.Expect(e.Count).Should(gomega.BeNumerically(">=", 3)) // 7 would take 310s best case, if the infra went slow. gomega.Expect(e.Count).Should(gomega.BeNumerically("<=", 7))