From 594f7332905a69ea7a9588c05cc7c2ac1f401b51 Mon Sep 17 00:00:00 2001 From: farfromrefug Date: Fri, 6 Dec 2024 15:45:39 +0100 Subject: [PATCH] chore: ci build --- app.webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.webpack.config.js b/app.webpack.config.js index 5c063a1b..a1ad73a7 100644 --- a/app.webpack.config.js +++ b/app.webpack.config.js @@ -770,7 +770,7 @@ module.exports = (env, params = {}) => { ]; if (buildweathermap) { if (env.adhoc || env.adhoc_sentry) { - config.plugins.push(new WaitPlugin(join(projectRoot, appPath, 'assets', 'map', 'index.html'))); + config.plugins.push(new WaitPlugin(join(projectRoot, appPath, 'assets', 'map', 'index.html'), 100, 60000)); } return [require('./map/webpack.config.js')(env, params), config]; } else {