From 321ec2202dc82aeec819dca968650370231b9ad2 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 12 Jan 2018 11:38:59 -0500 Subject: [PATCH] chore(e2e): decrease timeout --- packages/core/scripts/e2e/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/scripts/e2e/index.js b/packages/core/scripts/e2e/index.js index a3b35d6c3b..bb2868b79d 100644 --- a/packages/core/scripts/e2e/index.js +++ b/packages/core/scripts/e2e/index.js @@ -86,7 +86,7 @@ function getTotalTests(suite) { async function run() { // TODO look into removing chrome startup from the timeout const mocha = new Mocha({ - timeout: 10000, + timeout: 5000, slow: 2000 });