From 7ea53cc3a12b0c6c55e7876b1894b31468c6652c Mon Sep 17 00:00:00 2001 From: orangemug Date: Wed, 7 Feb 2018 11:38:32 +0000 Subject: [PATCH] Increased build timeout. --- config/wdio.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wdio.conf.js b/config/wdio.conf.js index f0d3331..5d5f7c7 100644 --- a/config/wdio.conf.js +++ b/config/wdio.conf.js @@ -35,7 +35,7 @@ exports.config = { mochaOpts: { ui: 'bdd', // Because we don't know how long the initial build will take... - timeout: 2*60*1000 + timeout: 4*60*1000 }, onPrepare: function (config, capabilities) { var compiler = webpack(webpackConfig);