diff options
author | Randy MacLeod <[email protected]> | 2024-11-20 20:23:46 -0500 |
---|---|---|
committer | Richard Purdie <[email protected]> | 2024-11-22 16:52:40 +0000 |
commit | d2b7a8883f47257c1800584fb2d9433ce519d23a (patch) | |
tree | 2360552e3acd6705518dc29ff76b081a40fe939a | |
parent | 366440d0e99b4c0182d1b82b66389584e046bc39 (diff) | |
download | openembedded-core-d2b7a8883f47257c1800584fb2d9433ce519d23a.tar.gz |
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
Signed-off-by: Randy MacLeod <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
-rwxr-xr-x | meta/recipes-devtools/strace/strace/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
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 |