mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 06:27:25 +00:00
Increased build timeout.
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ exports.config = {
|
|||||||
mochaOpts: {
|
mochaOpts: {
|
||||||
ui: 'bdd',
|
ui: 'bdd',
|
||||||
// Because we don't know how long the initial build will take...
|
// Because we don't know how long the initial build will take...
|
||||||
timeout: 2*60*1000
|
timeout: 4*60*1000
|
||||||
},
|
},
|
||||||
onPrepare: function (config, capabilities) {
|
onPrepare: function (config, capabilities) {
|
||||||
var compiler = webpack(webpackConfig);
|
var compiler = webpack(webpackConfig);
|
||||||
|
|||||||
Reference in New Issue
Block a user