mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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:
committed by
Richard Purdie
parent
26ca452185
commit
75b343167f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user