diff options
author | Yi Fan Yu <yifan.yu@windriver.com> | 2021-01-26 17:37:22 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-27 10:17:45 +0000 |
commit | 8e03298201cf89b0d5987ec3a3639a3638b09979 (patch) | |
tree | 1260b3295e2260b367fb59b08909fa702dfa240d /meta/recipes-devtools/strace | |
parent | f22225a413be9e648210089eb75ab2d0f7072281 (diff) | |
download | poky-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/recipes-devtools/strace')
-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 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 |
2 | export TIMEOUT_DURATION=120 | 2 | export TIMEOUT_DURATION=240 |
3 | chown nobody tests | 3 | chown nobody tests |
4 | chown nobody tests/* | 4 | chown nobody tests/* |
5 | chown nobody ../ptest | 5 | chown nobody ../ptest |