Make qemu ssh_wait_timeout example more reasonable

This commit is contained in:
Mark Peek 2015-10-01 22:52:06 -07:00
parent 4116dff925
commit 2411c779d1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ to files, URLS for ISOs and checksums.
"ssh_username": "root", "ssh_username": "root",
"ssh_password": "s0m3password", "ssh_password": "s0m3password",
"ssh_port": 22, "ssh_port": 22,
"ssh_wait_timeout": "90m", "ssh_wait_timeout": "30s",
"vm_name": "tdhtest", "vm_name": "tdhtest",
"net_device": "virtio-net", "net_device": "virtio-net",
"disk_interface": "virtio", "disk_interface": "virtio",