<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div>On Fri, Nov 23, 2018, at 18:32, Rémi Denis-Courmont wrote:<br></div>
<blockquote type="cite"><div>Hi,<br></div>
<div><br></div>
<div>I fear that an excessively long timeout on deadlocks will discourage devs including me from running the test cases.<br></div>
<div><br></div>
<div>Maybe we should allow overriding by environment variable so the build bots can force longer values?<br></div>
</blockquote><div><br></div>
<div>Yes, I agree, cf. "[PATCH] test: configure timeout with an env variable" on the ML.<br></div>
<div><br></div>
<blockquote type="cite"><div><br></div>
<div><div>Le 23 novembre 2018 17:44:36 GMT+02:00, Thomas Guillem <thomas@gllm.fr> a écrit :<br></div>
<blockquote style="margin-top:0pt;margin-right:0pt;margin-bottom:0pt;margin-left:0.8ex;border-left-color:rgb(204, 204, 204);border-left-style:solid;border-left-width:1px;padding-left:1ex;"><pre><div>The player test can take more than 10 sec if the machine running the test has a<br></div>
<div>
<br></div>
<div>big load (cf. build bots).<hr> test/libvlc/test.h | 2 +-<br></div>
<div>
<br></div>
<div> 1 file changed, 1 insertion(+), 1 deletion(-)<br></div>
<div>
<br></div>
<div><br></div>
<div>
<br></div>
<div>diff --git a/test/libvlc/test.h b/test/libvlc/test.h<br></div>
<div>
<br></div>
<div>index 7be53e1417..7ea1b602e4 100644<br></div>
<div>
<br></div>
<div>--- a/test/libvlc/test.h<br></div>
<div>
<br></div>
<div>+++ b/test/libvlc/test.h<br></div>
<div>
<br></div>
<div>@@ -68,7 +68,7 @@ static const char test_default_video[] = SRCDIR"/samples/image.jpg";<br></div>
<div>
<br></div>
<div> static inline void test_init (void)<br></div>
<div>
<br></div>
<div> {<br></div>
<div>
<br></div>
<div>     (void)test_default_sample; /* This one may not be used */<br></div>
<div>
<br></div>
<div>-    alarm (10); /* Make sure "make check" does not get stuck */<br></div>
<div>
<br></div>
<div>+    alarm (30); /* Make sure "make check" does not get stuck */<br></div>
<div>
<br></div>
<div>     setenv( "VLC_PLUGIN_PATH", "../modules", 1 );<br></div>
<div>
<br></div>
<div> } <br></div>
<div>
<br></div>
</pre></blockquote></div>
<div><br></div>
<div>-- <br></div>
<div>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté. <br></div>
<div><u>_______________________________________________</u><br></div>
<div>vlc-devel mailing list<br></div>
<div>To unsubscribe or modify your subscription options:<br></div>
<div><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></div>
</blockquote><div><br></div>
</body>
</html>