Commit 9668276e authored by Ross Smith II's avatar Ross Smith II

Merge pull request #1272 from StefanScherer/fix_1267_increase_vmware_cleanup_timeout

increase VMware cleanup timeout to 120 seconds
parents df79ff14 9dc06b60
......@@ -102,7 +102,7 @@ func (s *StepShutdown) Run(state multistep.StateBag) multistep.StepAction {
ui.Message("Waiting for VMware to clean up after itself...")
lockRegex := regexp.MustCompile(`(?i)\.lck$`)
timer := time.After(15 * time.Second)
timer := time.After(120 * time.Second)
LockWaitLoop:
for {
files, err := dir.ListFiles()
......
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