Fix: Reduce sleeping time at script's end

This commit is contained in:
Alexandre-Simao 2021-05-31 12:23:19 +02:00
parent b5499c4422
commit 8233a9721c
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*