From e1bc38b5a72ebb5d931a23bfe85e47621f821230 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 31 Dec 2017 12:49:17 -0500 Subject: [PATCH] bump timeout --- 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 7161a01..c6f8bf2 100644 --- a/test/common/test.js +++ b/test/common/test.js @@ -11,7 +11,7 @@ run('development'); function run(env) { describe(`env=${env}`, function () { - this.timeout(5000); + this.timeout(20000); let PORT; let server;