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:29:29 +0000 (09:29 +0000)
commit7f0a4cc6059dda7ecbc90acf8cf8f63f36f9e214
tree4d9fce835d94ec5ec068939a235578b63bcb3dae
parent74943950b932e13222c228509f7fc62fa653a1bc
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.

(From OE-Core rev: c0cecc16d4305b16ecfb4a51f6d5020d34909794)

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