summaryrefslogtreecommitdiff
path: root/frontend/static/js/room.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static/js/room.js')
-rw-r--r--frontend/static/js/room.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/js/room.js b/frontend/static/js/room.js
index 8cd44d8..2d77f6f 100644
--- a/frontend/static/js/room.js
+++ b/frontend/static/js/room.js
@@ -158,7 +158,7 @@ var Room =
type: 'POST',
url: API.URL.room.join,
data: {'room':Room.name,'session':Auth.session,'enqueue':videoKey},
- timeout: 2000,
+ timeout: 60000,
}).success(Room.joinCallback).error(Room.joinErrorCallback)
},
joinErrorCallback: function (jqXHR, textStatus, errorThrown)