diff --git a/lib/Bot.js b/lib/Bot.js index 11571a5..9fa4519 100644 --- a/lib/Bot.js +++ b/lib/Bot.js @@ -202,7 +202,7 @@ Bot.prototype._poll = function () { request.get({ url: url, - timeout: 6000, + timeout: 60000, json: true }, function (err, res, body) { self._poll();