From 154e1ed7ca6384bb3125d09ba5fd3a412616736c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= =?UTF-8?q?=E7=9A=84=E5=96=B5?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:43:28 +0800 Subject: [PATCH] Increase sleep duration from 20s to 30s --- repo/js/DoubleFriendshipEncounterPoints/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/js/DoubleFriendshipEncounterPoints/main.js b/repo/js/DoubleFriendshipEncounterPoints/main.js index 7433a8677..b1af08205 100644 --- a/repo/js/DoubleFriendshipEncounterPoints/main.js +++ b/repo/js/DoubleFriendshipEncounterPoints/main.js @@ -447,7 +447,7 @@ const removedCharacters4 = typeof (settings.removedCharacters4) === 'undefined' } else { log.warn("出现异常情况或超时,请检查"); } - await sleep(2000); + await sleep(3000); } } } @@ -548,4 +548,4 @@ const removedCharacters4 = typeof (settings.removedCharacters4) === 'undefined' await sleep(1000); } } -})(); \ No newline at end of file +})();