Skip to content

Commit

Permalink
Increase ZwaveJS add device timeout to 5 mins (#22809)
Browse files Browse the repository at this point in the history
  • Loading branch information
MindFreeze authored Nov 13, 2024
1 parent 311f221 commit 42b1f93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ class DialogZWaveJSAddNode extends LitElement {
this._addNodeTimeoutHandle = window.setTimeout(() => {
this._unsubscribe();
this._status = "timed_out";
}, 90000);
}, 300000);
}

private _onBeforeUnload = (event: BeforeUnloadEvent) => {
Expand Down

0 comments on commit 42b1f93

Please sign in to comment.