diff --git a/src/data/update.ts b/src/data/update.ts index 13c4b0d028..5423e4f477 100644 --- a/src/data/update.ts +++ b/src/data/update.ts @@ -144,7 +144,7 @@ export const checkForEntityUpdates = async ( // there is no reliable way to know if all the updates are done updating, so we just wait a bit for now... await new Promise((r) => { - setTimeout(r, 10000); + setTimeout(r, 15000); }); unsubscribeEvents();