Commit 6ec345d9 by Mithgol

raise the timeout from `200000` (200 sec) to `480000` (8 min)

parent c590f6af
......@@ -50,7 +50,7 @@
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"pretest": "node test/support/createdb.js",
"test": "mocha -R spec --timeout 200000"
"test": "mocha -R spec --timeout 480000"
},
"licenses": [
{
......
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