diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index 412ed2a0710..694937ffbeb 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -122,7 +122,7 @@ const ( slowPodStartTimeout = 15 * time.Minute // How long to wait for a service endpoint to be resolvable. - ServiceStartTimeout = 1 * time.Minute + ServiceStartTimeout = 3 * time.Minute // How often to Poll pods, nodes and claims. Poll = 2 * time.Second