Francois Gouget : testbot/WineRunTask: Trace the effective timeout, with leeway.
Module: tools Branch: master Commit: 87171dff7e97c8ca8695c1ddbff8b4f0112c930b URL: https://source.winehq.org/git/tools.git/?a=commit;h=87171dff7e97c8ca8695c1dd... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Jun 20 02:33:39 2018 +0200 testbot/WineRunTask: Trace the effective timeout, with leeway. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/bin/WineRunTask.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl index e10656e..3d8113f 100755 --- a/testbot/bin/WineRunTask.pl +++ b/testbot/bin/WineRunTask.pl @@ -493,7 +493,7 @@ if (!$Pid) my $NewStatus = 'completed'; my ($TaskFailures, $TaskTimedOut, $TAError, $PossibleCrash); -Debug(Elapsed($Start), " Waiting for the script (", $Task->Timeout, "s timeout)\n"); +Debug(Elapsed($Start), " Waiting for the script (", $Timeout, "s timeout)\n"); if (!defined $TA->Wait($Pid, $Timeout, $Keepalive)) { my $ErrMessage = $TA->GetLastError();
participants (1)
-
Alexandre Julliard