* [PATCH] oe-time-dd-test.sh: increase timeout to 15 sec
@ 2021-04-18 17:00 Randy MacLeod
0 siblings, 0 replies; only message in thread
From: Randy MacLeod @ 2021-04-18 17:00 UTC (permalink / raw)
To: openembedded-core
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>
---
scripts/oe-time-dd-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.27.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-04-18 17:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-18 17:00 [PATCH] oe-time-dd-test.sh: increase timeout to 15 sec Randy MacLeod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox