bump timeout for travis

This commit is contained in:
Rich Harris
2018-03-04 15:27:35 -05:00
parent 1984203e87
commit 368e6d5cb1

View File

@@ -25,7 +25,7 @@ Nightmare.action('init', function(done) {
function run(env) {
describe(`env=${env}`, function () {
this.timeout(20000);
this.timeout(30000);
let PORT;
let proc;