]> git.ipfire.org Git - thirdparty/openembedded/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, 27 Mar 2013 17:23:47 +0000 (17:23 +0000)
commit27d00d62281a822efbbc189a3bab1d9b25fba3a7
tree4d6e367cfc7f2637abeab8e833808dfa59ceaa69
parent827492e3738bf3b6cf2bc1b9e1108bb28abcb146
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