diff mbox series

[2/2] strace: Increase ptest timeout from 600 to 900

Message ID 20260819153346.64078-3-jaipaul.cheernam@est.tech
State New
Headers show
Series strace: upgrade 7.1 -> 7.2 | expand

Commit Message

Jaipaul Cheernam Aug. 19, 2026, 3:33 p.m. UTC
- The filtering_syscall-syntax test runs ~12,000 strace invocations and
  was already borderline at the 600s limit. During regression test timeout triggered.

Failure Log:
  CPU time limit exceeded    (core dumped) diff -u -- "$expected" "$output"
  ../../ptest/tests/init-once.sh: line 133: log: No such file or directory
  filtering_syscall-syntax.test: failed test: time limit (600) exceeded
  FAIL filtering_syscall-syntax.test (exit status: 124)

ptest results: DURATION: 1378
============================================================================
Testsuite summary for strace 7.2
============================================================================
TOTAL: 1489
PASS:  1203
SKIP:  286
XFAIL: 0
FAIL:  0
XPASS: 0
ERROR: 0

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
 meta/recipes-devtools/strace/strace/run-ptest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/strace/strace/run-ptest b/meta/recipes-devtools/strace/strace/run-ptest
index d9248df225..568f44e8a7 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=600
+export TIMEOUT_DURATION=900
 make -j4 -B -C tests -k test-suite.log
 res=$?
 if [ $res -ne 0 ]; then