Skip to content

Commit b868b43

Browse files
committed
chore: increase mocha timeout
1 parent 21787d9 commit b868b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "tsc",
99
"dev": "tsc --watch",
10-
"test": "mocha -r ts-node/register src/*.spec.ts",
10+
"test": "mocha --timeout 10000 -r ts-node/register src/*.spec.ts",
1111
"check:all": "yarn build && yarn test && yarn lint",
1212
"cover": "NODE_ENV=test ./node_modules/nyc/bin/nyc.js --reporter=html -x=spec -x=coverage --all=true npm test",
1313
"sequelize": "sequelize",

0 commit comments

Comments
 (0)