bump timeout

This commit is contained in:
Rich Harris
2017-12-31 12:49:17 -05:00
parent b66f624f01
commit e1bc38b5a7

View File

@@ -11,7 +11,7 @@ run('development');
function run(env) { function run(env) {
describe(`env=${env}`, function () { describe(`env=${env}`, function () {
this.timeout(5000); this.timeout(20000);
let PORT; let PORT;
let server; let server;