Increased build timeout.

This commit is contained in:
orangemug 2018-02-07 11:38:32 +00:00
parent de21eea21b
commit 7ea53cc3a1

View file

@ -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);