vcl/qa/cppunit/timer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ad3d4a94e5dda6aa2ae39d903f0f9d13c9f85ef7 Author: Thorsten Behrens <[email protected]> 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 { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
