mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
No longer need a 15 second sleep
This commit is contained in:
parent
bac66b48a6
commit
5d15f5e2f4
1 changed files with 0 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ import (
|
|||
|
||||
"context"
|
||||
"fmt"
|
||||
"time"
|
||||
)
|
||||
|
||||
// The unique id for the builder
|
||||
|
|
@ -74,6 +73,5 @@ func (*cloneVMCreator) Create(vmRef *proxmoxapi.VmRef, config proxmoxapi.ConfigQ
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
time.Sleep(time.Duration(15) * time.Second)
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue