Merge pull request #1697 from ether/longer-timeout

Longer timeout
This commit is contained in:
John McLear 2013-04-02 12:00:07 -07:00
commit 8b1a11d5d8
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ function handshake()
pad.collabClient.setChannelState("RECONNECTING");
disconnectTimeout = setTimeout(disconnectEvent, 10000);
disconnectTimeout = setTimeout(disconnectEvent, 20000);
}
});