diff --git a/test/e2e/pods.go b/test/e2e/pods.go index 92899e667e..666a2d3e6a 100644 --- a/test/e2e/pods.go +++ b/test/e2e/pods.go @@ -689,7 +689,7 @@ var _ = Describe("Pods", func() { Port: intstr.FromInt(8080), }, }, - InitialDelaySeconds: 15, + InitialDelaySeconds: 30, FailureThreshold: 1, }, },