Skip to content

Commit 9d47df6

Browse files
committed
Attempt to fix occasional test failures on Travis CI
1 parent 98f90ce commit 9d47df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "3.0.3",
44
"description": "Structured Node.js bindings for MySQL.",
55
"scripts": {
6-
"test": "node ./node_modules/mocha/bin/mocha --recursive",
7-
"fasttest": "node ./node_modules/mocha/bin/mocha --recursive",
6+
"test": "node ./node_modules/mocha/bin/mocha --recursive --timeout 10000",
7+
"fasttest": "node ./node_modules/mocha/bin/mocha --recursive --timeout 10000",
88
"pretest": "npm run lint",
99
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0",
1010
"docker": "docker-compose run adapter bash"

0 commit comments

Comments
 (0)