Skip to content

Commit

Permalink
revert to default timeout msec
Browse files Browse the repository at this point in the history
  • Loading branch information
mk2 committed May 17, 2018
1 parent 0c6c055 commit 46827d6
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 @@ -3,7 +3,7 @@
"version": "3.0.3",
"description": "Structured Node.js bindings for MySQL.",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --timeout 4000 --recursive",
"test": "node ./node_modules/mocha/bin/mocha --recursive",
"fasttest": "node ./node_modules/mocha/bin/mocha --recursive",
"pretest": "npm run lint",
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0",
Expand Down

0 comments on commit 46827d6

Please sign in to comment.