All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] strace: increase ptest timeout from 240 to 600 seconds
@ 2024-11-21  1:23 Randy.MacLeod
  2024-11-21  1:23 ` [PATCH 2/2] strace: update from 6.11 to 6.12 Randy.MacLeod
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.MacLeod @ 2024-11-21  1:23 UTC (permalink / raw)
  To: openembedded-core; +Cc: randy.macleod

From: Randy MacLeod <Randy.MacLeod@windriver.com>

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 <Randy.MacLeod@windriver.com>
---
 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
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-21  1:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-21  1:23 [PATCH 1/2] strace: increase ptest timeout from 240 to 600 seconds Randy.MacLeod
2024-11-21  1:23 ` [PATCH 2/2] strace: update from 6.11 to 6.12 Randy.MacLeod

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.