Skip to content

Commit

Permalink
Merge pull request #443 from BenTheElder/bump-timeout
Browse files Browse the repository at this point in the history
bump the docker start timeout
  • Loading branch information
k8s-ci-robot committed Apr 13, 2019
2 parents 578ac58 + 643feb2 commit 161151a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/internal/create/nodes.go
Expand Up @@ -160,7 +160,7 @@ func fixupNode(node *nodes.Node) error {
}

// wait for docker to be ready
if !node.WaitForDocker(time.Now().Add(time.Second * 30)) {
if !node.WaitForDocker(time.Now().Add(time.Second * 60)) {
// TODO(bentheelder): logging here
return errors.Errorf("timed out waiting for docker to be ready on node %s", node.Name())
}
Expand Down

0 comments on commit 161151a

Please sign in to comment.