chore: add 120s sleeping before launching srv

This commit is contained in:
Alexandre S 2021-05-10 17:28:09 +02:00
parent 5b8ed1790b
commit 1bb6a1c92d
1 changed files with 3 additions and 0 deletions

View File

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