Fix: Reduce sleeping time at script's end

This commit is contained in:
Winston Smith 2021-05-31 12:23:19 +02:00
parent a9680839a9
commit c4c5a476b3
1 changed files with 3 additions and 3 deletions

View File

@ -136,9 +136,9 @@ Add-VMNetworkAdapter -VMName "RTR-03" -SwitchName "Aston" -Name "Aston" -DeviceN
echo "Starting VMs"
Start-VM -Name RTR*
### Sleeping 120s
### Sleeping 30s
echo "Sleeping 120"
Sleep 120
echo "Sleeping 30"
Sleep 130
Start-VM -Name SRV*