Skip to content

Commit

Permalink
ci: increase mocha timeout in cspell-ellint-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 1, 2022
1 parent 0bf4ff6 commit 72c54bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"clean-build": "npm run clean && npm run build",
"coverage": "echo coverage",
"test-watch": "npm run test -- --watch",
"test": "npx mocha \"dist/**/*.test.js\""
"test": "npx mocha --timeout 10000 \"dist/**/*.test.js\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 72c54bf

Please sign in to comment.