diff --git a/bin/run-local-lambda.js b/bin/run-local-lambda.js index 1b9fa46..907d0ee 100755 --- a/bin/run-local-lambda.js +++ b/bin/run-local-lambda.js @@ -134,7 +134,7 @@ var execute = function(){ setTimeout(function(){ - console.log('The function timed out after ' + settings.timeout + ' seconds'); + console.log('The function timed out after ' + (settings.timeout / 1000).toFixed(2) + ' seconds'); process.exit(); }, settings.timeout);