diff --git a/test/e2e/upgrade/upgrade.go b/test/e2e/upgrade/upgrade.go index 60ddca4fc15f..7de82d8bc6a5 100644 --- a/test/e2e/upgrade/upgrade.go +++ b/test/e2e/upgrade/upgrade.go @@ -294,7 +294,7 @@ func clusterUpgrade(c configv1client.Interface, dc dynamic.Interface, config *re } // wait until the cluster acknowledges the update - if err := wait.PollImmediate(5*time.Second, 2*time.Minute, func() (bool, error) { + if err := wait.PollImmediate(5*time.Second, 3*time.Minute, func() (bool, error) { cv, _, err := monitor.Check(updated.Generation, desired) if err != nil || cv == nil { return false, err