Skip to content

Commit

Permalink
fs_fill: Increase timeout to 5 min
Browse files Browse the repository at this point in the history
1 min timeout sometimes is not enough. Although it could be fixed
LTP_RUNTIME_MUL=2, let's prolong the default timeout.

Link: https://lore.kernel.org/ltp/[email protected]/
Fixes: 848dd6f ("fs_fill: Increase test loop device size to 1GB")
Reviewed-by: Cyril Hrubis <[email protected]>
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Jan 25, 2024
1 parent 848dd6f commit 7d39a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/kernel/fs/fs_fill/fs_fill.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static void cleanup(void)
}

static struct tst_test test = {
.max_runtime = 60,
.max_runtime = 300,
.needs_root = 1,
.dev_min_size = 1024,
.mount_device = 1,
Expand Down

0 comments on commit 7d39a10

Please sign in to comment.