diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-08-26 15:53:46 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-08-26 19:16:45 +0200 |
commit | 6ef1262d6348be28434316657ccbf0958d1043dd (patch) | |
tree | 1827e6c1be92f129fdf5f7f912abb2a51975b65e /test/test-shutdown.py | |
parent | Merge pull request #24440 from mrc0mmand/TEST-64-tweaks (diff) | |
download | systemd-6ef1262d6348be28434316657ccbf0958d1043dd.tar.xz systemd-6ef1262d6348be28434316657ccbf0958d1043dd.zip |
test: bump the reboot timeout to 60 seconds
As the reboot might take a bit on oversaturated hypervisors (spotted in
Ubuntu CI).
Diffstat (limited to 'test/test-shutdown.py')
-rwxr-xr-x | test/test-shutdown.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |