mirror of
https://github.com/home-assistant/frontend.git
synced 2025-06-12 21:26:36 +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._unsubscribe();
|
||||
this._status = "timed_out";
|
||||
}, 90000);
|
||||
}, 300000);
|
||||
}
|
||||
|
||||
private _onBeforeUnload = (event: BeforeUnloadEvent) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user