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:35:18 +0000
commit708f3ca9ac63cadc00cac0bf311115f0bf059b27 (patch)
treecce05b88c53aa9991e197a7efd950c70cf4c5cb4 /meta
parenta72b80cf4905555efa21ee4b1302ea1be56e99a8 (diff)
downloadpoky-708f3ca9ac63cadc00cac0bf311115f0bf059b27.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: 5af9f32d9b12654793289f44366251f978f6378a) (From OE-Core rev: c63feb7e062750ef9d1fcfd6ee16f1d220f8a369) Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8e03298201cf89b0d5987ec3a3639a3638b09979) Signed-off-by: Anuj Mittal <anuj.mittal@intel.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