diff --git a/libcef/renderer/frame_impl.cc b/libcef/renderer/frame_impl.cc index 9af23408b..85c78efa8 100644 --- a/libcef/renderer/frame_impl.cc +++ b/libcef/renderer/frame_impl.cc @@ -61,7 +61,7 @@ constexpr size_t kConnectionRetryMaxCt = 3U; constexpr auto kConnectionRetryDelay = base::Seconds(1); // Length of time to wait for the browser connection ACK before timing out. -constexpr auto kConnectionTimeout = base::Seconds(4); +constexpr auto kConnectionTimeout = base::Seconds(10); } // namespace