projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
528ba54
)
test: bump the reboot timeout to 60 seconds
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Fri, 26 Aug 2022 13:53:46 +0000
(15:53 +0200)
committer
Frantisek 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
patch
|
blob
|
history
diff --git
a/test/test-shutdown.py
b/test/test-shutdown.py
index 060a0e651af6781328530850e70b7d0ac827526b..52207a465616d23ca53b8693ce0b24ca065b3f6f 100755
(executable)
--- 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: ',
3
0)
+ console.expect('H login: ',
6
0)
console.sendline('root')
console.expect('bash.*# ', 10)