We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a3bec commit f4cb9c7Copy full SHA for f4cb9c7
package.json
@@ -10,7 +10,7 @@
10
},
11
"main": "./lib/nativescript-cli.js",
12
"scripts": {
13
- "test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 60000 test/ lib/common/test/unit-tests",
+ "test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 100000 test/ lib/common/test/unit-tests",
14
"postinstall": "node postinstall.js",
15
"preuninstall": "node preuninstall.js"
16
0 commit comments