No longer need a 15 second sleep

This commit is contained in:
Jeff Wong 2020-09-14 13:34:25 -07:00
parent bac66b48a6
commit 5d15f5e2f4
1 changed files with 0 additions and 2 deletions

View File

@ -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
}