pull/6924/head
Medya Gh 2020-03-06 15:13:56 -08:00
parent cb14468b44
commit a58a9f0176
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ func CreateContainerNode(p CreateParams) error {
}
// retry up to up 5 seconds to make sure the created container status is running.
if err = retry.Expo(checkRunning, 1*time.Microsecond, time.Second*5); err != nil {
if err = retry.Expo(checkRunning, 13*time.Millisecond, time.Second*5); err != nil {
glog.Warningf("The created container %q failed to report to be running in 5 seconds.", p.Name)
}