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)