diff --git a/package.json b/package.json index 32a9a66c8..ff889ba40 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ }, "scripts": { "build": "node ./build.js", - "test": "node ./test/test.js && node ./test/test.js ./lodash.min.js && node ./test/test-build.js --time-limit 45" + "test": "node ./test/test.js && node ./test/test.js ./lodash.min.js && node ./test/test-build.js" } }