We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46827d6 + 9d47df6 commit 6ecfd72Copy full SHA for 6ecfd72
package.json
@@ -3,8 +3,8 @@
3
"version": "3.0.3",
4
"description": "Structured Node.js bindings for MySQL.",
5
"scripts": {
6
- "test": "node ./node_modules/mocha/bin/mocha --recursive",
7
- "fasttest": "node ./node_modules/mocha/bin/mocha --recursive",
+ "test": "node ./node_modules/mocha/bin/mocha --recursive --timeout 10000",
+ "fasttest": "node ./node_modules/mocha/bin/mocha --recursive --timeout 10000",
8
"pretest": "npm run lint",
9
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0",
10
"docker": "docker-compose run adapter bash"
0 commit comments