]> 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, 25 Feb 2019 22:13:03 +0000 (22:13 +0000)
commit6c930a8f5c11947c3b916efe23f33af462701bee
tree613480f8994d322c96626cd598f462756e889a80
parent40679b9ee29b600a514f2fb82865a0fecca70bf7
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