Commit 38b76371 authored by jamiewalch's avatar jamiewalch Committed by Commit bot

Fix XMPP late response.

BUG=

Review-Url: https://codereview.chromium.org/2838993002
Cr-Commit-Position: refs/heads/master@{#468380}
parent a7b31e1f
...@@ -39,7 +39,7 @@ remoting.FallbackSignalStrategy = function(primary, ...@@ -39,7 +39,7 @@ remoting.FallbackSignalStrategy = function(primary,
* @private {number} * @private {number}
* @const * @const
*/ */
this.PRIMARY_CONNECT_TIMEOUT_MS_ = 10 * 1000; this.PRIMARY_CONNECT_TIMEOUT_MS_ = 25 * 1000;
/** /**
* @enum {string} * @enum {string}
...@@ -231,6 +231,7 @@ remoting.FallbackSignalStrategy.prototype.onPrimaryStateChanged_ = ...@@ -231,6 +231,7 @@ remoting.FallbackSignalStrategy.prototype.onPrimaryStateChanged_ =
this.updateProgress_( this.updateProgress_(
this.primary_, this.primary_,
remoting.FallbackSignalStrategy.Progress.SUCCEEDED_LATE); remoting.FallbackSignalStrategy.Progress.SUCCEEDED_LATE);
return; // Don't notify the external callback
} }
break; break;
......
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