Use 6 minutes, to use the philosophy of doubling timeouts you hit

pull/9515/head
Thomas Stromberg 2020-10-21 09:54:01 -07:00
parent 20d1645ce7
commit e2fdc077f8
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ func verifyAddonStatusInternal(cc *config.ClusterConfig, name string, val string
}
// This timeout includes image pull time, which can take a few minutes. 3 is not enough.
err = kapi.WaitForPods(client, ns, label, time.Minute*5)
err = kapi.WaitForPods(client, ns, label, time.Minute*6)
if err != nil {
return errors.Wrapf(err, "waiting for %s pods", label)
}