Skip to content

Commit

Permalink
[fix] Set timeout to 4 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Aug 2, 2012
1 parent fa0631d commit a5f1cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node.js/lib/client/client.js
Expand Up @@ -56,7 +56,8 @@ Client.prototype.request = function (method, uri /* variable arguments */) {
headers: {
'Authorization': 'Basic ' + encoded,
'Content-Type': 'application/json'
}
},
timeout: 4 * 60 * 1000
};

if (body) {
Expand Down

0 comments on commit a5f1cd3

Please sign in to comment.