mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 15:31:41 -04:00
increase VMware cleanup timeout to 120 seconds
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user