tweak
parent
cb14468b44
commit
a58a9f0176
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue