From 75b343167fc93cce14ba915e22918b85ad4196c7 Mon Sep 17 00:00:00 2001 From: Randy MacLeod Date: Wed, 20 Nov 2024 20:23:46 -0500 Subject: [PATCH] strace: increase ptest timeout from 240 to 600 seconds Increase timeout to from 240 to 600 seconds for the following slow tests: filtering_syscall-syntax, qual_fault-syscall, qual_fault (From OE-Core rev: d2b7a8883f47257c1800584fb2d9433ce519d23a) Signed-off-by: Randy MacLeod Signed-off-by: Richard Purdie --- meta/recipes-devtools/strace/strace/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/strace/strace/run-ptest b/meta/recipes-devtools/strace/strace/run-ptest index 1224229e8f..d9248df225 100755 --- a/meta/recipes-devtools/strace/strace/run-ptest +++ b/meta/recipes-devtools/strace/strace/run-ptest @@ -2,7 +2,7 @@ set -u -export TIMEOUT_DURATION=240 +export TIMEOUT_DURATION=600 make -j4 -B -C tests -k test-suite.log res=$? if [ $res -ne 0 ]; then