Commit 4c2c97cb by Dane Springmeyer

Merge pull request #167 from Mithgol/patch-1

Extend the timeout
parents 3bc2403a eb30b53f
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
}, },
"scripts": { "scripts": {
"pretest":"make db", "pretest":"make db",
"test": "mocha -R spec --timeout 10000" "test": "mocha -R spec --timeout 200000"
}, },
"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