summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <[email protected]>2024-11-20 20:23:46 -0500
committerRichard Purdie <[email protected]>2024-11-22 16:52:40 +0000
commitd2b7a8883f47257c1800584fb2d9433ce519d23a (patch)
tree2360552e3acd6705518dc29ff76b081a40fe939a
parent366440d0e99b4c0182d1b82b66389584e046bc39 (diff)
downloadopenembedded-core-d2b7a8883f47257c1800584fb2d9433ce519d23a.tar.gz
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 Signed-off-by: Randy MacLeod <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
-rwxr-xr-xmeta/recipes-devtools/strace/strace/run-ptest2
1 files changed, 1 insertions, 1 deletions
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