diff --git a/test/utils/localupcluster/localupcluster.go b/test/utils/localupcluster/localupcluster.go index 3191b20166c..f3a71c3e537 100644 --- a/test/utils/localupcluster/localupcluster.go +++ b/test/utils/localupcluster/localupcluster.go @@ -531,7 +531,7 @@ func (c *Cluster) checkEndpoint(tCtx ktesting.TContext, cmd *Cmd, scheme, hostIP return fmt.Errorf("%s returned %d, waiting for 200", url, resp.StatusCode) } return nil - }).Should(gomega.Succeed(), fmt.Sprintf("HTTP GET %s", url)) + }).WithPolling(time.Second).Should(gomega.Succeed(), fmt.Sprintf("HTTP GET %s", url)) } func dumpProcesses(tCtx ktesting.TContext) {