mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 23:11:40 -04:00
provisioner/windows-restart: revert sleep hack now that we've fixed the underlying bug in #8369 (#8377)
This commit is contained in:
committed by
Adrien Delorme
parent
dfa134cd98
commit
ad34a4551b
@@ -135,11 +135,6 @@ var waitForRestart = func(ctx context.Context, p *Provisioner, comm packer.Commu
|
||||
trycommand := TryCheckReboot
|
||||
abortcommand := AbortReboot
|
||||
|
||||
// This sleep works around an azure/winrm bug. For more info see
|
||||
// https://github.com/hashicorp/packer/issues/5257; we can remove the
|
||||
// sleep when the underlying bug has been resolved.
|
||||
time.Sleep(1 * time.Second)
|
||||
|
||||
// Stolen from Vagrant reboot checker
|
||||
for {
|
||||
log.Printf("Check if machine is rebooting...")
|
||||
|
||||
Reference in New Issue
Block a user