mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Increase check update timeout to 15s (#20998)
This commit is contained in:
parent
9ef0bd6e46
commit
74eca6b1f5
@ -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...
|
// 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) => {
|
await new Promise((r) => {
|
||||||
setTimeout(r, 10000);
|
setTimeout(r, 15000);
|
||||||
});
|
});
|
||||||
|
|
||||||
unsubscribeEvents();
|
unsubscribeEvents();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user