<html><head></head><body>Hi,<br><br>I fear that an excessively long timeout on deadlocks will discourage devs including me from running the test cases.<br><br>Maybe we should allow overriding by environment variable so the build bots can force longer values?<br><br><div class="gmail_quote">Le 23 novembre 2018 17:44:36 GMT+02:00, Thomas Guillem <thomas@gllm.fr> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">The player test can take more than 10 sec if the machine running the test has a<br>big load (cf. build bots).<hr> test/libvlc/test.h | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/test/libvlc/test.h b/test/libvlc/test.h<br>index 7be53e1417..7ea1b602e4 100644<br>--- a/test/libvlc/test.h<br>+++ b/test/libvlc/test.h<br>@@ -68,7 +68,7 @@ static const char test_default_video[] = SRCDIR"/samples/image.jpg";<br> static inline void test_init (void)<br> {<br>     (void)test_default_sample; /* This one may not be used */<br>-    alarm (10); /* Make sure "make check" does not get stuck */<br>+    alarm (30); /* Make sure "make check" does not get stuck */<br>     setenv( "VLC_PLUGIN_PATH", "../modules", 1 );<br> }<br> </pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>