Skip to content

Commit 077c2bd

Browse files
pevikmetan-ucw
authored andcommitted
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 <pvorel@suse.cz> Reviewed-by: Andrea Cervesato <andrea.cervesato@suse.com> Acked-by: Martin Doucha <mdoucha@suse.cz> Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
1 parent c37b9de commit 077c2bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testcases/kernel/io/ltp-aiodio/dio_sparse.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,5 @@ static struct tst_test test = {
135135
"tmpfs",
136136
NULL
137137
},
138+
.timeout = 1800,
138139
};

0 commit comments

Comments
 (0)