Skip to content

Commit 3bfe656

Browse files
tests: allow more time for docs tests to run
1 parent 24a0252 commit 3bfe656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"docs": "node ./scripts/docs/packages.js",
3030
"bundle": "node ./scripts/docs/bundle.js",
3131
"lint": "jshint scripts/ packages/ system-test/ test/ && jscs packages/ system-test/ test/",
32-
"test": "npm run docs && npm run bundle && mocha test/docs.js packages/*/test/*.js",
32+
"test": "npm run docs && npm run bundle && mocha --timeout 5000 test/docs.js packages/*/test/*.js",
3333
"system-test": "mocha packages/*/system-test/*.js --no-timeouts --bail",
3434
"cover": "istanbul cover _mocha --report lcovonly -x 'packages/*/src/v*/*.js' -- --no-timeouts --bail packages/*/test/*.js -R spec",
3535
"coveralls": "npm run cover && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"

0 commit comments

Comments
 (0)