fix: increase mocha timeout value
prior CI runs were failing because of this.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"types": "lib/src/index.d.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --timeout 5000 --exit",
|
||||
"test": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --timeout 6000 --exit",
|
||||
"test:circleci": "yarn test:coverage",
|
||||
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
|
||||
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
|
||||
|
||||
Reference in New Issue
Block a user