From 077c2bd66aa4a5693e180cfee2fc6f056393f33d Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Fri, 21 Jan 2022 14:40:52 +0100 Subject: [PATCH] dio_sparse: Set timeout 30 min ADSP075 (dio_sparse -w 518192k -s 518192k -n 1000) tends to timeout, this is a minimal pre-release fix that just increases the tst_test->timeout unconditionally. Signed-off-by: Petr Vorel Reviewed-by: Andrea Cervesato Acked-by: Martin Doucha Reviewed-by: Cyril Hrubis --- testcases/kernel/io/ltp-aiodio/dio_sparse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testcases/kernel/io/ltp-aiodio/dio_sparse.c b/testcases/kernel/io/ltp-aiodio/dio_sparse.c index 39fc895d65e..0039daa8d1a 100644 --- a/testcases/kernel/io/ltp-aiodio/dio_sparse.c +++ b/testcases/kernel/io/ltp-aiodio/dio_sparse.c @@ -135,4 +135,5 @@ static struct tst_test test = { "tmpfs", NULL }, + .timeout = 1800, };