[LTP] [PATCH 10/10] sendfile09: Add max_runtime
Martin Doucha
mdoucha@suse.cz
Tue Aug 30 15:50:07 CEST 2022
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
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..353ef07d0 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 = 20,
.tags = (const struct tst_tag[]) {
{"linux-git", "5d73320a96fcc"},
{}
--
2.37.2
More information about the ltp
mailing list