[LTP] [PATCH] metadata: fix default timeout value

Cyril Hrubis chrubis@suse.cz
Wed Sep 27 15:05:29 CEST 2023


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



More information about the ltp mailing list