From ad3d4a94e5dda6aa2ae39d903f0f9d13c9f85ef7 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Thu, 27 Aug 2015 14:50:57 +0200 Subject: [PATCH] vcl: increase timeout for timertest hang by some Change-Id: I7e61051ca8d7ae2314514e60097ff86481d4ceae --- vcl/qa/cppunit/timer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/qa/cppunit/timer.cxx b/vcl/qa/cppunit/timer.cxx index 2ec940aebe63..76db8a81f97c 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 {