Commit 2d9db3ec by Dane Springmeyer

back off on the size of the big.db to make it easier to run the test without long wait cycles

parent 6296c528
......@@ -11,7 +11,7 @@ function randomString() {
var db = new sqlite3.Database('test/support/big.db');
var count = 10000000;
var count = 1000000;
db.serialize(function() {
db.run("CREATE TABLE foo (id INT, txt TEXT)");
......
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