libvm.sh: increase reboot timeout

Closes: #538
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2016-12-06 15:58:00 -05:00 committed by Atomic Bot
parent c870ac58dc
commit 68a9719696

View File

@ -93,7 +93,7 @@ vm_ssh_wait() {
vm_reboot() {
vm_cmd systemctl reboot || :
sleep 2 # give time for port to go down
vm_ssh_wait 30
vm_ssh_wait 60
}
# check that the given files exist on the VM