]> code.ossystems Code Review - openembedded-core.git/commit
buildstats.bbclass: improve timeout handling
authorSakib Sajal <sakib.sajal@windriver.com>
Tue, 9 Mar 2021 07:17:43 +0000 (02:17 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Mar 2021 13:59:34 +0000 (13:59 +0000)
commit74e5c438025ed42cfacb993261dc664c3b7959a8
tree3d82e85d78d0506255eb92bc52283548b0ec3123
parentb27bff26a9640dfdfba4fc711a9b28acb4501d2b
buildstats.bbclass: improve timeout handling

The subprocess that runs the commands periodically
times out prematurely even when there is sufficient
time available within the given interval for the
commands to run.

This change improves timeout handling and give all the
commands equal time to run.

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/buildstats.bbclass