]> git.proxmox.com Git - systemd.git/blobdiff - test/test-shutdown.py
New upstream version 252.5
[systemd.git] / test / test-shutdown.py
index e181f976bea580e8fb5ed0f84b568c8a1e6dd257..13e18ecbaac59da9b528c006b5c0d6585f9bfad4 100755 (executable)
@@ -17,7 +17,7 @@ def run(args):
     logger.info("spawning test")
     console = pexpect.spawn(args.command, args.arg, env={
             "TERM": "linux",
-        }, encoding='utf-8', timeout=30)
+        }, encoding='utf-8', timeout=60)
 
     if args.verbose:
         console.logfile = sys.stdout