]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils/qemurunner: set timeout to 60s for run_serial
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 3 Jan 2019 08:16:32 +0000 (16:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jan 2019 16:56:28 +0000 (16:56 +0000)
commit70e942e77493cb5851a78c5592b4e13de860d931
tree1033256f675c6a6e540de829a013f2640b894889
parent4f14eacc4806d9b824045b5b782746c5954dbe2d
oeqa/utils/qemurunner: set timeout to 60s for run_serial

The 5s timeout for non-kvm is too short, especially when the load is high,
which leads to unexpected errors, so set timeout to 60s by default.

(From OE-Core rev: 8197d0f638a760fc03062c7a9009117d083d7ead)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/targetcontrol.py
meta/lib/oeqa/utils/qemurunner.py
meta/lib/oeqa/utils/qemutinyrunner.py