Francois Gouget : testbot/WineRunTask: Trace the effective timeout, with leeway.

Alexandre Julliard julliard at winehq.org
Wed Jun 20 17:12:28 CDT 2018


Module: tools
Branch: master
Commit: 87171dff7e97c8ca8695c1ddbff8b4f0112c930b
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=87171dff7e97c8ca8695c1ddbff8b4f0112c930b

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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();




More information about the wine-cvs mailing list