diff --git a/pkg/action/install.go b/pkg/action/install.go index d5c34cef7..eb4a36b0e 100644 --- a/pkg/action/install.go +++ b/pkg/action/install.go @@ -166,7 +166,7 @@ func (i *Install) installCRDs(crds []chart.CRD) error { } if len(totalItems) > 0 { // Give time for the CRD to be recognized. - if err := i.cfg.KubeClient.Wait(totalItems, 60*time.Second); err != nil { + if err := i.cfg.KubeClient.Wait(totalItems, i.Timeout); err != nil { return err }