* [LTP] [PATCH] metadata: fix default timeout value
@ 2023-09-27 13:05 Cyril Hrubis
2023-09-27 18:26 ` Petr Vorel
0 siblings, 1 reply; 2+ messages in thread
From: Cyril Hrubis @ 2023-09-27 13:05 UTC (permalink / raw)
To: ltp
It has been chnaged to 30 from 300.
Fixes: 0f72d519a95c ("Introduce a concept of max runtime")
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
metadata/parse.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/metadata/parse.sh b/metadata/parse.sh
index 1811665bf..69bf5db65 100755
--- a/metadata/parse.sh
+++ b/metadata/parse.sh
@@ -23,7 +23,7 @@ echo ' "scm_url_base": "https://github.com/linux-test-project/ltp/tree/master/"
echo " \"version\": \"$version\""
echo ' },'
echo ' "defaults": {'
-echo ' "timeout": 300'
+echo ' "timeout": 30'
echo ' },'
echo ' "tests": {'
--
2.41.0
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-27 18:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 13:05 [LTP] [PATCH] metadata: fix default timeout value Cyril Hrubis
2023-09-27 18:26 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox