From 0c1eb6d2887f7c1b4e942b9b86df5ea2b13d36f2 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 2 Feb 2013 01:18:57 -0800 Subject: [PATCH] Update `npm test`. [ci skip] Former-commit-id: f28a9229e700648926b933e3bc9d9ce371b9c556 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }