Commit eb30b53f by Mithgol

Extend the timeout

`test/parallel_insert.test.js` took 134383ms on 2.2GHz single-core Pentium 4 in Windows XP
parent 3bc2403a
......@@ -37,7 +37,7 @@
},
"scripts": {
"pretest":"make db",
"test": "mocha -R spec --timeout 10000"
"test": "mocha -R spec --timeout 200000"
},
"licenses": [{ "type": "BSD" }],
"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