<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Cyril Hrubis <<a href="mailto:chrubis@suse.cz">chrubis@suse.cz</a>> wrote:<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br>
> Or each test case (defined by tcnt) could be given an equal share of the<br>
> runtime?<br>
<br>
That would be solution as well. If everyone agrees on this I will go<br>
with this version, it should be as easy as:<br>
<br>
diff --git a/lib/tst_test.c b/lib/tst_test.c<br>
index dad8aad92..69d7799c3 100644<br>
--- a/lib/tst_test.c<br>
+++ b/lib/tst_test.c<br>
@@ -1349,6 +1349,8 @@ static void run_tests(void)<br>
<br>
                if (results_equal(&saved_results, results))<br>
                        tst_brk(TBROK, "Test %i haven't reported results!", i);<br>
+<br>
+               kill(getppid(), SIGUSR1);<br></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small">I have to say NO here.</div><br></div><div><div class="gmail_default" style="font-size:small">This is only reset timeout for each test, the problem we're encountered<br></div><div class="gmail_default" style="font-size:small">is the max_runtime exhausting, we have to reset 'results->max_runtime'</div><div class="gmail_default" style="font-size:small">but not .timeout.</div></div><div><br></div></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>