]> code.ossystems Code Review - openembedded-core.git/commit
oe-time-dd-test.sh: increase timeout to 15 sec
authorRandy MacLeod <randy.macleod@windriver.com>
Sun, 18 Apr 2021 17:00:48 +0000 (13:00 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Apr 2021 12:56:31 +0000 (13:56 +0100)
commit92b29a09b4c442597d212337b785afb76129ac7c
tree6d55bc23b852acc72cfcabf0c2621dbe38a22315
parent4959563e59e0a829b9526009b14f71500624cced
oe-time-dd-test.sh: increase timeout to 15 sec

With the previous timeout of 5 seconds, there would be
builds such as:
   https://autobuilder.yocto.io/pub/non-release/20210417-13/
which produced 17 files with top output with top running 454 times
and that's a bit too much data to analyze for each run. By
increasing the timeout, we'll find the worse problems
first, fix them and then we can decrease the timeout if needed.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-time-dd-test.sh