Join a team from a link
This commit is contained in:
@@ -112,7 +112,7 @@ define([
|
||||
|
||||
var to = setTimeout(function () {
|
||||
cb(new Error("Timeout"));
|
||||
}, 5000);
|
||||
}, 15000);
|
||||
|
||||
Realtime.whenRealtimeSyncs(realtime, function () {
|
||||
clearTimeout(to);
|
||||
|
||||
Reference in New Issue
Block a user