]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: bump the reboot timeout to 60 seconds
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 26 Aug 2022 13:53:46 +0000 (15:53 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 26 Aug 2022 17:16:45 +0000 (19:16 +0200)
As the reboot might take a bit on oversaturated hypervisors (spotted in
Ubuntu CI).

test/test-shutdown.py

index 060a0e651af6781328530850e70b7d0ac827526b..52207a465616d23ca53b8693ce0b24ca065b3f6f 100755 (executable)
@@ -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)