diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-08-27 14:50:57 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-08-27 14:52:05 +0200 |
commit | ad3d4a94e5dda6aa2ae39d903f0f9d13c9f85ef7 (patch) | |
tree | 2fdfd58894bace306de911aa4b52d42d9d7805ea /vcl | |
parent | 033ce593af9b1505c804930c84297f1da26858c4 (diff) |
vcl: increase timeout for timertest hang by some
Change-Id: I7e61051ca8d7ae2314514e60097ff86481d4ceae
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qa/cppunit/timer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |