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-01-27 10:17:45 +0000
commit8e03298201cf89b0d5987ec3a3639a3638b09979 (patch)
tree1260b3295e2260b367fb59b08909fa702dfa240d /meta
parentf22225a413be9e648210089eb75ab2d0f7072281 (diff)
downloadpoky-8e03298201cf89b0d5987ec3a3639a3638b09979.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) Signed-off-by: Yi Fan Yu <yifan.yu@windriver.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