]> code.ossystems Code Review - openembedded-core.git/commit
qemuimage-testlib: Add delay to work around races in qemu startup
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Mar 2013 09:27:39 +0000 (09:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Mar 2013 09:28:20 +0000 (09:28 +0000)
commitc0cecc16d4305b16ecfb4a51f6d5020d34909794
treed05b34736bd1ff176c0bfe47e9cdd61f9ed20a35
parent6b8d7767ff14345af29d7774b7e16e29c3f7fa8e
qemuimage-testlib: Add delay to work around races in qemu startup

Qemu changes pid when starting up. On a loaded machine, this can result
in the incorrect pid being returned. Since qemu will take a few seconds to
boot anyway, we might as well delay a short while and allow things to settle
which should fix various race issues being seen on the autobuilder.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/qemuimage-testlib