Commit f4630ffa by Dane Springmeyer

give mocha more timeout to ensure parallel test has time to run

parent 2d9db3ec
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
}, },
"scripts": { "scripts": {
"pretest":"make db", "pretest":"make db",
"test": "mocha -R spec" "test": "mocha -R spec --timeout 10000"
}, },
"licenses": [{ "type": "BSD" }], "licenses": [{ "type": "BSD" }],
"main": "./lib/sqlite3" "main": "./lib/sqlite3"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment