diff --git a/subproviders/rpc.js b/subproviders/rpc.js index a41ee00d..a61fd5a9 100644 --- a/subproviders/rpc.js +++ b/subproviders/rpc.js @@ -30,6 +30,7 @@ RpcSource.prototype.handleRequest = function(payload, next, end){ }, body: JSON.stringify(newPayload), rejectUnauthorized: false, + timeout: 20000, }, function(err, res, body) { if (err) return end(new JsonRpcError.InternalError(err))