summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorYi Fan Yu <yifan.yu@windriver.com>2021-01-26 17:37:22 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-05 23:37:04 +0000
commit73d2b3156c8bfe2888c2244b742ffad54cfdae40 (patch)
tree81ad3ce117826c77d66177a1927bf983a8c26df1 /meta
parentc54b79bd8def54e0c0e1ab036ced4df89ed7d794 (diff)
downloadpoky-73d2b3156c8bfe2888c2244b742ffad54cfdae40.tar.gz
strace: increase ptest timeout duration 120->240s
solve qual_fault-syscall.test and qual_fault.test failing due to timeout. Bug 14165 (From OE-Core rev: 09ba626c1e7c0196b17fb2239f3b3caf5c8d84db) Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5af9f32d9b12654793289f44366251f978f6378a) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rwxr-xr-xmeta/recipes-devtools/strace/strace/run-ptest2
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 4660207220..3a51fb0be9 100755
--- a/meta/recipes-devtools/strace/strace/run-ptest
+++ b/meta/recipes-devtools/strace/strace/run-ptest
@@ -1,5 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2export TIMEOUT_DURATION=120 2export TIMEOUT_DURATION=240
3chown nobody tests 3chown nobody tests
4chown nobody tests/* 4chown nobody tests/*
5chown nobody ../ptest 5chown nobody ../ptest