From: Frantisek Sumsal Date: Fri, 26 Aug 2022 13:53:46 +0000 (+0200) Subject: test: bump the reboot timeout to 60 seconds X-Git-Tag: v252-rc1~324^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ef1262d6348be28434316657ccbf0958d1043dd;p=thirdparty%2Fsystemd.git test: bump the reboot timeout to 60 seconds As the reboot might take a bit on oversaturated hypervisors (spotted in Ubuntu CI). --- diff --git a/test/test-shutdown.py b/test/test-shutdown.py index 060a0e651af..52207a46561 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)