From 368e6d5cb1fa3e5fda9df842c29123f5e234aefe Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 4 Mar 2018 15:27:35 -0500 Subject: [PATCH] bump timeout for travis --- test/common/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/test.js b/test/common/test.js index 61595b2..9e25b3c 100644 --- a/test/common/test.js +++ b/test/common/test.js @@ -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;