Increase sleep duration from 20s to 30s

This commit is contained in:
起个名字好难的喵
2026-02-20 20:43:28 +08:00
committed by GitHub
parent 8e61d404e1
commit 154e1ed7ca

View File

@@ -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);
}
}
})();
})();