Fix: Reduce sleeping time at script's end
This commit is contained in:
parent
b5499c4422
commit
8233a9721c
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user