[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-0' - wsd/LOOLWSD.cpp
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Mon Feb 27 09:20:08 UTC 2017
wsd/LOOLWSD.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9cec6cd91d7d4a818f431030ac91482b460fce02
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Fri Feb 24 21:27:13 2017 -0500
wsd: allow more time for initial kit instance
Change-Id: I141d30e0d1089521593c614be29ef5c33fd3428a
Reviewed-on: https://gerrit.libreoffice.org/34639
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index edc463a..3b08d2a 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -348,7 +348,7 @@ static void preForkChildren()
forkChildren(numPreSpawn);
// Wait until we have at least one child.
- const auto timeout = std::chrono::milliseconds(CHILD_TIMEOUT_MS);
+ const auto timeout = std::chrono::milliseconds(CHILD_TIMEOUT_MS * 3);
NewChildrenCV.wait_for(lock, timeout, []() { return !NewChildren.empty(); });
}
More information about the Libreoffice-commits
mailing list