test: bump the reboot timeout to 60 seconds

As the reboot might take a bit on oversaturated hypervisors (spotted in
Ubuntu CI).
This commit is contained in:
Frantisek Sumsal 2022-08-26 15:53:46 +02:00
parent 528ba54bbe
commit 6ef1262d63

View file

@ -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)