mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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. (From OE-Core rev: 92b29a09b4c442597d212337b785afb76129ac7c) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c226e49cd5
commit
193251b8d0
|
@ -13,7 +13,7 @@ usage() {
|
|||
echo "Usage: $0 <count>"
|
||||
}
|
||||
|
||||
TIMEOUT=5
|
||||
TIMEOUT=15
|
||||
|
||||
if [ $# -ne 1 ]; then
|
||||
usage
|
||||
|
|
Loading…
Reference in New Issue
Block a user