From 6ef1262d6348be28434316657ccbf0958d1043dd Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 26 Aug 2022 15:53:46 +0200 Subject: [PATCH] test: bump the reboot timeout to 60 seconds As the reboot might take a bit on oversaturated hypervisors (spotted in Ubuntu CI). --- test/test-shutdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-shutdown.py b/test/test-shutdown.py index 060a0e651a..52207a4656 100755 --- a/test/test-shutdown.py +++ b/test/test-shutdown.py @@ -74,7 +74,7 @@ def run(args): logger.info("waiting for reboot") - console.expect('H login: ', 30) + console.expect('H login: ', 60) console.sendline('root') console.expect('bash.*# ', 10) -- 2.25.1