Unverified Commit e11ca504 by Kewde Committed by GitHub

set timeout 20 seconds

parent 7c765de8
...@@ -5,5 +5,5 @@ var createdb = require('./createdb.js'); ...@@ -5,5 +5,5 @@ var createdb = require('./createdb.js');
createdb(function () { createdb(function () {
setTimeout(function () { setTimeout(function () {
app.quit(); app.quit();
}, 1000); }, 20000);
}); });
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