chore: add 120s sleeping before launching srv
This commit is contained in:
parent
5b8ed1790b
commit
1bb6a1c92d
@ -132,6 +132,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
|
||||||
|
|
||||||
|
echo "Sleeping 120"
|
||||||
Sleep 120
|
Sleep 120
|
||||||
|
|
||||||
Start-VM -Name SRV*
|
Start-VM -Name SRV*
|
||||||
|
Loading…
Reference in New Issue
Block a user