[OE-core] [PATCH] lib/oeqa/qemurunner: Use a timeout in select() call

Burton, Ross ross.burton at intel.com
Fri Sep 6 14:46:34 UTC 2013


On 6 September 2013 15:42, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> -                sread, swrite, serror = select.select(socklist, [], [], 0)
> +                sread, swrite, serror = select.select(socklist, [], [], 0.1)

As discussed on IM, for the purposes of this loop a timeout of seconds
instead of fractions of seconds would be more correct, although we're
obviously going to be having diminishing returns.

Ross



More information about the Openembedded-core mailing list