diff --git a/powershell/hyperv/hyperv.go b/powershell/hyperv/hyperv.go index e25ae9313..506f1a2c1 100644 --- a/powershell/hyperv/hyperv.go +++ b/powershell/hyperv/hyperv.go @@ -775,7 +775,7 @@ param([string]$vmName, [string]$scanCodes) if ($scanCode.StartsWith('wait')){ $timeToWait = $scanCode.Substring(4) if (!$timeToWait){ - $timeToWait = "10" + $timeToWait = "1" } Start-Sleep -s $timeToWait