From 94b3b4671231da63fb01b36333a082b9fcf45098 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Wed, 12 Jul 2017 15:45:25 -0400 Subject: [PATCH] Longer sleep since it didn't work for Win7 64 --- malboxes/installconfig/windows7/enablewinrm.ps1 | 3 ++- malboxes/installconfig/windows7_64/enablewinrm.ps1 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/malboxes/installconfig/windows7/enablewinrm.ps1 b/malboxes/installconfig/windows7/enablewinrm.ps1 index 126a043..76cf8be 100644 --- a/malboxes/installconfig/windows7/enablewinrm.ps1 +++ b/malboxes/installconfig/windows7/enablewinrm.ps1 @@ -1,5 +1,6 @@ # We need to wait for the network to come up before we can attempt to change its settings -Start-Sleep -s 30 +# See gh#60 +Start-Sleep -s 45 # -------------------------------------------------------------------------------------------------------------------- # Enclosed section comes from the packer-windows project diff --git a/malboxes/installconfig/windows7_64/enablewinrm.ps1 b/malboxes/installconfig/windows7_64/enablewinrm.ps1 index 126a043..76cf8be 100755 --- a/malboxes/installconfig/windows7_64/enablewinrm.ps1 +++ b/malboxes/installconfig/windows7_64/enablewinrm.ps1 @@ -1,5 +1,6 @@ # We need to wait for the network to come up before we can attempt to change its settings -Start-Sleep -s 30 +# See gh#60 +Start-Sleep -s 45 # -------------------------------------------------------------------------------------------------------------------- # Enclosed section comes from the packer-windows project