Commit fd7d1fde authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/vmware: Log the timeout

parent a3800625
......@@ -42,6 +42,8 @@ func (s *stepWaitForSSH) Run(state map[string]interface{}) multistep.StepAction
waitDone <- true
}()
log.Printf("Waiting for SSH, up to timeout: %s", config.SSHWaitTimeout.String())
select {
case <-waitDone:
if err != nil {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment