Skip to content

Commit

Permalink
bump the docker start timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Apr 13, 2019
1 parent 578ac58 commit 643feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/internal/create/nodes.go
Original file line number Diff line number Diff line change
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 643feb2

Please sign in to comment.