Make qemu ssh_wait_timeout example more reasonable
This commit is contained in:
parent
4116dff925
commit
2411c779d1
|
@ -48,7 +48,7 @@ to files, URLS for ISOs and checksums.
|
|||
"ssh_username": "root",
|
||||
"ssh_password": "s0m3password",
|
||||
"ssh_port": 22,
|
||||
"ssh_wait_timeout": "90m",
|
||||
"ssh_wait_timeout": "30s",
|
||||
"vm_name": "tdhtest",
|
||||
"net_device": "virtio-net",
|
||||
"disk_interface": "virtio",
|
||||
|
|
Loading…
Reference in New Issue