diff --git a/builder/vmware/common/step_shutdown_test.go b/builder/vmware/common/step_shutdown_test.go index 0c3d98589..c59f495e6 100644 --- a/builder/vmware/common/step_shutdown_test.go +++ b/builder/vmware/common/step_shutdown_test.go @@ -62,7 +62,7 @@ func TestStepShutdown_command(t *testing.T) { var action multistep.StepAction select { case action = <-resultCh: - case <-time.After(300 * time.Millisecond): + case <-time.After(5 * time.Second): t.Fatal("should've returned by now") }