aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/fallocate/fallocate06.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/kernel/syscalls/fallocate/fallocate06.c')
-rw-r--r--testcases/kernel/syscalls/fallocate/fallocate06.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testcases/kernel/syscalls/fallocate/fallocate06.c b/testcases/kernel/syscalls/fallocate/fallocate06.c
index 124fb7eae..24f98e271 100644
--- a/testcases/kernel/syscalls/fallocate/fallocate06.c
+++ b/testcases/kernel/syscalls/fallocate/fallocate06.c
@@ -260,6 +260,8 @@ static struct tst_test test = {
.test = run,
.tcnt = ARRAY_SIZE(testcase_list),
.needs_root = 1,
+ .dev_min_size = 1024,
+ .max_runtime = 120,
.mount_device = 1,
.mntpoint = MNTPOINT,
.all_filesystems = 1,