From 68a9719696123dcc8a05c8cdbcfbdfc14bc7c07f Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 6 Dec 2016 15:58:00 -0500 Subject: [PATCH] libvm.sh: increase reboot timeout Closes: #538 Approved by: cgwalters --- tests/common/libvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/libvm.sh b/tests/common/libvm.sh index 07b6bbfc..3322f272 100644 --- a/tests/common/libvm.sh +++ b/tests/common/libvm.sh @@ -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