From 193251b8d02d01ab700c597cf8b3b352804f89c9 Mon Sep 17 00:00:00 2001 From: Randy MacLeod Date: Sun, 18 Apr 2021 13:00:48 -0400 Subject: 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 Signed-off-by: Richard Purdie --- scripts/oe-time-dd-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/oe-time-dd-test.sh b/scripts/oe-time-dd-test.sh index 5b25e6bd97..459071e732 100755 --- a/scripts/oe-time-dd-test.sh +++ b/scripts/oe-time-dd-test.sh @@ -13,7 +13,7 @@ usage() { echo "Usage: $0 " } -TIMEOUT=5 +TIMEOUT=15 if [ $# -ne 1 ]; then usage -- cgit v1.2.3-54-g00ecf