Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2015-04-11 22:20:43 +0300
committerDaijiro Wachi <daijiro.wachi@gmail.com>2015-04-11 22:20:43 +0300
commit756a3fbb852a2469afe706635ed88d22c37743e5 (patch)
tree25c581b03d79b1abe21e32670674093e8cc2e1fa
parent8299b5fb6373354a7fbaab6f333863758812ae90 (diff)
test: Sync timeout time of test-all to test and tap in scripts
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index c99d3c4ed..ba5224081 100644
--- a/package.json
+++ b/package.json
@@ -182,8 +182,8 @@
},
"scripts": {
"test-legacy": "node ./test/run.js",
- "test": "tap --timeout 120 test/tap/*.js",
- "tap": "tap --timeout 120 test/tap/*.js",
+ "test": "tap --timeout 240 test/tap/*.js",
+ "tap": "tap --timeout 240 test/tap/*.js",
"test-all": "node ./test/run.js && tap --timeout 240 test/tap/*.js",
"prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j8 doc",
"dumpconf": "env | grep npm | sort | uniq"