Skip to content

Commit 59abf60

Browse files
author
Priya Wadhwa
committed
reinsert comment
1 parent 01039b2 commit 59abf60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/minikube/machine/start.go

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ func timedCreateHost(h *host.Host, api libmachine.API, t time.Duration) error {
167167
select {
168168
case <-createFinished:
169169
if err != nil {
170+
// Wait for all the logs to reach the client
170171
time.Sleep(2 * time.Second)
171172
return errors.Wrap(err, "create")
172173
}

0 commit comments

Comments
 (0)