diff --git a/pkg/lib/operatorstatus/status.go b/pkg/lib/operatorstatus/status.go index 4067392c6e..bb0b092d85 100644 --- a/pkg/lib/operatorstatus/status.go +++ b/pkg/lib/operatorstatus/status.go @@ -228,7 +228,7 @@ func MonitorClusterStatus(name string, syncCh <-chan error, stopCh <-chan struct // if we've reported success, we can sleep longer, otherwise we want to keep watching for // successful if successfulSyncs > 0 { - time.Sleep(5 * time.Minute) + time.Sleep(25 * time.Second) } }, 5*time.Second, stopCh)