diff --git a/0001-Support-for-web-login-and-unified-auth-mechanism.patch b/0001-Support-for-web-login-and-unified-auth-mechanism.patch index a0eeac9..bed04ae 100644 --- a/0001-Support-for-web-login-and-unified-auth-mechanism.patch +++ b/0001-Support-for-web-login-and-unified-auth-mechanism.patch @@ -848,7 +848,7 @@ index 7faec91bdc..292621bde3 100644 + if (this._preemptiveAnswerWatchId) this._idleMonitor.remove_watch(this._preemptiveAnswerWatchId); - this._preemptiveAnswerWatchId = this._idleMonitor.add_idle_watch(500, + this._preemptiveAnswerWatchId = this._idleMonitor.add_idle_watch(3000, @@ -732,29 +743,35 @@ export const AuthPrompt = GObject.registerClass({ this._updateEntry(true); this.stopSpinning(); @@ -4284,7 +4284,7 @@ index 5341f2b980..57b0ed3aeb 100644 } @@ -799,8 +777,10 @@ export const AuthPrompt = GObject.registerClass({ - this._preemptiveAnswerWatchId = this._idleMonitor.add_idle_watch(500, + this._preemptiveAnswerWatchId = this._idleMonitor.add_idle_watch(3000, this._onUserStoppedTypePreemptiveAnswer.bind(this)); - if (this._userVerifier) diff --git a/disable-unlock-entry-until-question.patch b/disable-unlock-entry-until-question.patch index b948ab2..cc3a169 100644 --- a/disable-unlock-entry-until-question.patch +++ b/disable-unlock-entry-until-question.patch @@ -159,7 +159,7 @@ index 97b276dbf9..2bf722b140 100644 + if (this._preemptiveAnswerWatchId) + this._idleMonitor.remove_watch(this._preemptiveAnswerWatchId); -+ this._preemptiveAnswerWatchId = this._idleMonitor.add_idle_watch(500, ++ this._preemptiveAnswerWatchId = this._idleMonitor.add_idle_watch(3000, + this._onUserStoppedTypePreemptiveAnswer.bind(this)); + if (this._userVerifier)