summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2021-04-18 13:00:48 -0400
committerAnuj Mittal <anuj.mittal@intel.com>2021-04-23 16:14:22 +0800
commit4f9921db882ed06e0902d34ae06a0eabff4ba86e (patch)
treec2cf77c24ec7610000893bfd5d053bf85814019d /scripts
parent77deac8501990ac8071eb11d4bec6aec4be948b7 (diff)
downloadopenembedded-core-contrib-4f9921db882ed06e0902d34ae06a0eabff4ba86e.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. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 92b29a09b4c442597d212337b785afb76129ac7c) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'scripts')
-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() {
echo "Usage: $0 <count>"
}
-TIMEOUT=5
+TIMEOUT=15
if [ $# -ne 1 ]; then
usage