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 }, // // =====