Increase time to wait before first ssh connection

This commit is contained in:
nemo 2019-09-08 16:09:32 +02:00
parent ebbacf619f
commit 853d534c52
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ VM_FE80=$(ipv6calc --action prefixmac2ipv6 --in prefix+mac --out ipv6addr fe80::
SSH_HOST="root@${VM_FE80}%${VM_BRIDGE_DEV}"
echo "INFO : wait 1 minute to be sure that ssh service is started"
sleep 60
sleep 180
# Create network configuration file for new VM
echo "INFO : Create network configuration file for new VM..."