Increase frame reconnect timeout to 10 seconds (see issue #3260)

This commit is contained in:
Marshall Greenblatt 2022-07-13 12:17:19 +03:00
parent cb02c23c32
commit 06acc9546f
1 changed files with 1 additions and 1 deletions

View File

@ -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