From 9f85d84ec30cca90190e5c92cf50ce303d0c2123 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 2 May 2018 04:40:10 +0100 Subject: [PATCH] selenium: Increase mochaOpts.timeout from 20s to 60s I was unable to get the tests passing locally in MediaWiki-Vagrant. The main slowdown appears to be from MWBot logging-in for each command anew. Which works fine, but just seems to be quite slow. Change-Id: I3c0abc79cac48c26d952b0bbe73574aa48b2d70e --- tests/selenium/wdio.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/selenium/wdio.conf.js b/tests/selenium/wdio.conf.js index 024801a64e..00fce66fb0 100644 --- a/tests/selenium/wdio.conf.js +++ b/tests/selenium/wdio.conf.js @@ -175,7 +175,7 @@ exports.config = { // See the full list at http://mochajs.org/ mochaOpts: { ui: 'bdd', - timeout: 20000 + timeout: 60000 }, // ===== -- 2.20.1