mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 05:57:46 +01:00
Increased build timeout.
This commit is contained in:
parent
de21eea21b
commit
7ea53cc3a1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue