[Libreoffice-commits] core.git: vcl/qa

Thorsten Behrens Thorsten.Behrens at CIB.de
Thu Aug 27 05:52:46 PDT 2015


 vcl/qa/cppunit/timer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ad3d4a94e5dda6aa2ae39d903f0f9d13c9f85ef7
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date:   Thu Aug 27 14:50:57 2015 +0200

    vcl: increase timeout for timertest hang by some
    
    Change-Id: I7e61051ca8d7ae2314514e60097ff86481d4ceae

diff --git a/vcl/qa/cppunit/timer.cxx b/vcl/qa/cppunit/timer.cxx
index 2ec940a..76db8a8 100644
--- a/vcl/qa/cppunit/timer.cxx
+++ b/vcl/qa/cppunit/timer.cxx
@@ -46,7 +46,7 @@ public:
     }
 };
 
-static WatchDog aWatchDog( 12 /* 12 secs should be enough */);
+static WatchDog aWatchDog( 120 ); // random high number in secs
 
 class TimerTest : public test::BootstrapFixture
 {


More information about the Libreoffice-commits mailing list