From f8f42a53b20312b41b00f30b917c2685395c751a Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Tue, 10 Jan 2017 10:37:00 +0000 Subject: [PATCH] Increase Mocha timeout. Trying to fix intermittent test failures on AppVeyor. --- test/wdio.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/wdio.conf.js b/test/wdio.conf.js index a84696d..b32d1a6 100644 --- a/test/wdio.conf.js +++ b/test/wdio.conf.js @@ -129,7 +129,7 @@ exports.config = { // See the full list at http://mochajs.org/ mochaOpts: { ui: 'bdd', - timeout: 30000 + timeout: 60000 }, // // =====