Comparing version 2.3.0 to 2.3.1
@@ -11,3 +11,3 @@ var exec = require('child_process').exec; | ||
var cmd = module.exports.cmd(image, output); | ||
exec(cmd, {timeout: 10000}, function(e, stdout, stderr) { | ||
exec(cmd, {timeout: 30000}, function(e, stdout, stderr) { | ||
if (e) { return cb(e); } | ||
@@ -14,0 +14,0 @@ if (stderr) { return cb(new Error(stderr)); } |
{ | ||
"name": "im-resize", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Efficient image resize with multiple versions support", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
12986077