wsd/LOOLWSD.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9cec6cd91d7d4a818f431030ac91482b460fce02
Author: Ashod Nakashian <[email protected]>
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 <[email protected]>
    Tested-by: Andras Timar <[email protected]>

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(); 
});
 }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to