Skip to content

Commit

Permalink
ci: increase mocha timeout in cspell-ellint-plugin (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 1, 2022
1 parent f6f17d0 commit 7b7e1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
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 7b7e1c9

Please sign in to comment.