]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
strace: increase ptest timeout from 240 to 600 seconds
authorRandy MacLeod <Randy.MacLeod@windriver.com>
Thu, 21 Nov 2024 01:23:46 +0000 (20:23 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Nov 2024 16:52:40 +0000 (16:52 +0000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/strace/strace/run-ptest

index 1224229e8fc8a5ede5cea9a68e80aa94bb6fe70f..d9248df225f6c373b40e0cc598b42811b017e974 100755 (executable)
@@ -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