summaryrefslogtreecommitdiffstats
path: root/scripts/oe-time-dd-test.sh
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2021-04-18 13:00:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-20 13:56:48 +0100
commit193251b8d02d01ab700c597cf8b3b352804f89c9 (patch)
tree7ee43c0d4646e81e43edd0884cf3b89b8d4ab535 /scripts/oe-time-dd-test.sh
parentc226e49cd5a2edfdb6422e6e2ead222319bd7c1c (diff)
downloadpoky-193251b8d02d01ab700c597cf8b3b352804f89c9.tar.gz
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>
Diffstat (limited to 'scripts/oe-time-dd-test.sh')
-rwxr-xr-xscripts/oe-time-dd-test.sh2
1 files changed, 1 insertions, 1 deletions
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() {
13 echo "Usage: $0 <count>" 13 echo "Usage: $0 <count>"
14} 14}
15 15
16TIMEOUT=5 16TIMEOUT=15
17 17
18if [ $# -ne 1 ]; then 18if [ $# -ne 1 ]; then
19 usage 19 usage