From d9757f2c38aa67f1815741d3040cd7376fa26ae3 Mon Sep 17 00:00:00 2001 From: Cheng Sun Date: Mon, 8 Dec 2014 18:20:37 +0000 Subject: [PATCH] Revert "Add a pause to ensure SSH has a chance to start. This is a tempoary workaround for the fact that the SSH tunnel code will cause packer to halt if the destination does not exist." This reverts commit fd35d7c9846566f39143972e846c39daac363a05. --- builder/xenserver/step_start_on_himn.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/builder/xenserver/step_start_on_himn.go b/builder/xenserver/step_start_on_himn.go index 4048a6f..18771f1 100644 --- a/builder/xenserver/step_start_on_himn.go +++ b/builder/xenserver/step_start_on_himn.go @@ -100,8 +100,6 @@ func (self *stepStartOnHIMN) Run(state multistep.StateBag) multistep.StepAction return multistep.ActionHalt } - time.Sleep(10 * time.Second) - return multistep.ActionContinue }