Chore: SRV-01 sleep time 120->30

This commit is contained in:
Alexandre S 2021-05-12 10:48:52 +02:00
parent eaad3b659f
commit 72cacac1db
1 changed files with 3 additions and 3 deletions

View File

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