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 <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Randy MacLeod
2024-11-20 20:23:46 -05:00
committed by Richard Purdie
parent 26ca452185
commit 75b343167f

View File

@@ -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