mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-24 02:03:54 +03:00
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:
parent
528ba54bbe
commit
6ef1262d63
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user