提交 d357ed64 编写于 作者: X Xu Tian

Merge pull request #476 from CongSmile/rh_kernel_update

rh_kernel_update: Enlarge timeout when update initrd.
......@@ -400,7 +400,7 @@ def run(test, params, env):
" guest output: '%s'", o)
error.context("Update initrd file", logging.info)
s, o = session.cmd_status_output(mkinitrd_cmd, timeout=200)
s, o = session.cmd_status_output(mkinitrd_cmd, timeout=360)
if s != 0:
msg = "Failed to install virtio driver, guest output '%s'" % o
logging.error(msg)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册