From: Timo Tijhof Date: Wed, 2 May 2018 03:40:10 +0000 (+0100) Subject: selenium: Increase mochaOpts.timeout from 20s to 60s X-Git-Tag: 1.34.0-rc.0~5557^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=9f85d84ec30cca90190e5c92cf50ce303d0c2123;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 }, // =====