<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p><font size="4">Hi,</font></p>
<p><font size="4">Reviewed-by: Andrea Cervesato
<a class="moz-txt-link-rfc2396E" href="mailto:andrea.cervesato@suse.com"><andrea.cervesato@suse.com></a></font><br>
</p>
<div class="moz-cite-prefix">On 1/21/22 14:40, Petr Vorel wrote:<br>
</div>
<blockquote type="cite" cite="mid:20220121134052.30048-2-pvorel@suse.cz">
<pre class="moz-quote-pre" wrap="">Originally only ADSP075 failed (dio_sparse -w 518192k -s 518192k -n 1000)
but just in case increase timeout for all newly rewritten tests.
Signed-off-by: Petr Vorel <a class="moz-txt-link-rfc2396E" href="mailto:pvorel@suse.cz"><pvorel@suse.cz></a>
---
Changes v1->v2:
Prolong the timeout only for dio_sparse (Martin)
Kind regards,
Petr
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 39fc895d65..0039daa8d1 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,
};
</pre>
</blockquote>
</body>
</html>