]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/utils/qemurunner: set timeout to 60s for run_serial rbt/time
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 3 Jan 2019 08:09:05 +0000 (16:09 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Thu, 3 Jan 2019 08:12:32 +0000 (16:12 +0800)
commitca03a4591117aea193d7cbb9cee11ef7cd92a503
tree6e11aa26ef7755378ece8e9acfe956f36048b6af
parentcaa776bdcf8ea34c857f45970370bf771075f4bc
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.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/lib/oeqa/targetcontrol.py
meta/lib/oeqa/utils/qemurunner.py
meta/lib/oeqa/utils/qemutinyrunner.py