From: Yi Fan Yu Date: Tue, 26 Jan 2021 22:37:22 +0000 (-0500) Subject: strace: increase ptest timeout duration 120->240s X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8966 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5af9f32d9b12654793289f44366251f978f6378a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git strace: increase ptest timeout duration 120->240s solve qual_fault-syscall.test and qual_fault.test failing due to timeout. Bug 14165 Signed-off-by: Yi Fan Yu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/strace/strace/run-ptest b/meta/recipes-devtools/strace/strace/run-ptest index 4660207220b..3a51fb0be9d 100755 --- a/meta/recipes-devtools/strace/strace/run-ptest +++ b/meta/recipes-devtools/strace/strace/run-ptest @@ -1,5 +1,5 @@ #!/bin/sh -export TIMEOUT_DURATION=120 +export TIMEOUT_DURATION=240 chown nobody tests chown nobody tests/* chown nobody ../ptest