Reduce timeout

This commit is contained in:
James Allen 2014-03-25 23:05:55 +00:00
parent 73b67026c7
commit cb1020d5c1

View file

@ -75,7 +75,7 @@ processingFuncs =
error = new Error("timeout") error = new Error("timeout")
logger.error err: error, options: options, "timeout" logger.error err: error, options: options, "timeout"
callback(error) callback(error)
, 5000 , 2000