Skip to content

Commit

Permalink
chore: add mocha timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzianis Dashkevich committed Apr 12, 2023
1 parent 3f2cc64 commit b805263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "vjsstandard",
"pretest": "npm run lint",
"test": "npm-run-all test:*",
"test:unit": "mocha test/*.test.js",
"test:unit": "mocha test/*.test.js --timeout 10000",
"test:integration": "node scripts/run-integration-tests.js",
"test:integration-lib": "node scripts/run-integration-tests.js --library",
"test:verify": "vjsverify --skip-es-check --verbose",
Expand Down

0 comments on commit b805263

Please sign in to comment.