Skip to content

Commit

Permalink
Fix for properly timeout every 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianarena committed Dec 10, 2015
1 parent e1d4723 commit f2b806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Bot.prototype._poll = function () {

request.get({
url: url,
timeout: 6000,
timeout: 60000,
json: true
}, function (err, res, body) {
self._poll();
Expand Down

0 comments on commit f2b806d

Please sign in to comment.