summaryrefslogtreecommitdiffstats
path: root/test/test-shutdown.py
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-08-26 15:53:46 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-08-26 19:16:45 +0200
commit6ef1262d6348be28434316657ccbf0958d1043dd (patch)
tree1827e6c1be92f129fdf5f7f912abb2a51975b65e /test/test-shutdown.py
parentMerge pull request #24440 from mrc0mmand/TEST-64-tweaks (diff)
downloadsystemd-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-xtest/test-shutdown.py2
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)