mirror of
https://github.com/home-assistant/frontend.git
synced 2025-06-15 22:56:35 +00:00
Increase ZwaveJS add device timeout to 5 mins (#22809)
This commit is contained in:
parent
311f221387
commit
42b1f938d6
@ -851,7 +851,7 @@ class DialogZWaveJSAddNode extends LitElement {
|
|||||||
this._addNodeTimeoutHandle = window.setTimeout(() => {
|
this._addNodeTimeoutHandle = window.setTimeout(() => {
|
||||||
this._unsubscribe();
|
this._unsubscribe();
|
||||||
this._status = "timed_out";
|
this._status = "timed_out";
|
||||||
}, 90000);
|
}, 300000);
|
||||||
}
|
}
|
||||||
|
|
||||||
private _onBeforeUnload = (event: BeforeUnloadEvent) => {
|
private _onBeforeUnload = (event: BeforeUnloadEvent) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user