Kaydet (Commit) cd98a0fd authored tarafından Jan Holesovsky's avatar Jan Holesovsky

tdf#102295: The relaxed values were actually too pessimistic.

Change-Id: Ia117ae4a60a10994f3c59316e8c9a161aa8e5baf
üst 1ea987f2
...@@ -827,8 +827,8 @@ void WatchdogTimings::relax() ...@@ -827,8 +827,8 @@ void WatchdogTimings::relax()
{ {
osl::MutexGuard g(maMutex); osl::MutexGuard g(maMutex);
maDisableEntries[0] = 180; /* 45s */ maDisableEntries[0] = 60; /* 15s */
maDisableEntries[1] = 180; /* 45s */ maDisableEntries[1] = 60; /* 15s */
maAbortAfter[0] = 240; /* 60s */ maAbortAfter[0] = 240; /* 60s */
maAbortAfter[1] = 240; /* 60s */ maAbortAfter[1] = 240; /* 60s */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment