Skip to content

Commit 0c6c055

Browse files
committed
temporary 5000ms
1 parent d97db55 commit 0c6c055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.3",
44
"description": "Structured Node.js bindings for MySQL.",
55
"scripts": {
6-
"test": "node ./node_modules/mocha/bin/mocha --recursive",
6+
"test": "node ./node_modules/mocha/bin/mocha --timeout 4000 --recursive",
77
"fasttest": "node ./node_modules/mocha/bin/mocha --recursive",
88
"pretest": "npm run lint",
99
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0",

0 commit comments

Comments
 (0)