[LTP] [PATCH v2 5/5] sendfile09: Add max_runtime
Martin Doucha
mdoucha@suse.cz
Wed Sep 14 18:19:30 CEST 2022
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
Changes since v1:
- Changed max_runtime from 20 to 120
testcases/kernel/syscalls/sendfile/sendfile09.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/testcases/kernel/syscalls/sendfile/sendfile09.c b/testcases/kernel/syscalls/sendfile/sendfile09.c
index 320649dcd..07c43eb59 100644
--- a/testcases/kernel/syscalls/sendfile/sendfile09.c
+++ b/testcases/kernel/syscalls/sendfile/sendfile09.c
@@ -97,6 +97,7 @@ static struct tst_test test = {
.test = run,
.tcnt = ARRAY_SIZE(tc),
.min_kver = "2.6.33",
+ .max_runtime = 120,
.tags = (const struct tst_tag[]) {
{"linux-git", "5d73320a96fcc"},
{}
--
2.37.3
More information about the ltp
mailing list