diff options
| author | root <root@dino.fm> | 2013-04-21 20:00:42 -0400 |
|---|---|---|
| committer | root <root@dino.fm> | 2013-04-21 20:00:42 -0400 |
| commit | 3790eedc2f48c725c586b8c7b924875fedbeb7b4 (patch) | |
| tree | 6ad7a958495ea2bf8f02846eb9b8ec6127bcb136 /frontend/static/js/room.js | |
| parent | 5a309541befe767901b24ca2389a1497d16ab5f5 (diff) | |
getting ready to push
Diffstat (limited to 'frontend/static/js/room.js')
| -rw-r--r-- | frontend/static/js/room.js | 2 |
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) |
