]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/qemurunner: Increase serial timeout
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Sep 2020 05:57:10 +0000 (06:57 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 30 Sep 2020 14:35:15 +0000 (04:35 -1000)
commit1c5f304ad8d7d5deb85b3a5135556f9e38a9326b
treea373f7e43abbc29acd6a605ca9aa8fc2f2dc022a
parentd00bab16aefb3f200b01ad6baee15bc9cca7b6ce
oeqa/qemurunner: Increase serial timeout

Increase the serial login timeout from 60 to 120s. This seems like a
long time, however for a qemumips image with systemd+PAM and openssh,
(e.g. core-image-sato-sdk + DISTRO=poky-altcfg), the getty connects
to systemd's pam module which waits on logind and 45s for all this
to happen at the same time as things like ssh key generation happens
is not unknown.

Increase the timeout to match the longer times we know these things
can take in the worst case scenarios since we're tired of intermittent
issues related to the serial login affecting the autobuilder.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d8b4292db741de660f756dfb766210814d587b7a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/utils/qemurunner.py