From f47b35f6d5bd7d675005c3e286b7e9a029201f8b Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 3 Jul 2024 23:27:35 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=88=9B=E5=BB=BAdns=E8=A7=A3=E6=9E=90?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E5=BC=BA=E5=88=B6=E7=AD=89=E5=BE=8560s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/acme-client/src/auto.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/acme-client/src/auto.js b/packages/core/acme-client/src/auto.js index b3e8f295..21adb089 100644 --- a/packages/core/acme-client/src/auto.js +++ b/packages/core/acme-client/src/auto.js @@ -129,7 +129,8 @@ module.exports = async (client, userOpts) => { // throw new Error('测试异常'); /* Challenge verification */ if (opts.skipChallengeVerification === true) { - log(`[auto] [${d}] Skipping challenge verification since skipChallengeVerification=true`); + log(`[auto] [${d}] Skipping challenge verification since skipChallengeVerification=true,wait 60s`); + await wait(60 * 1000); } else { log(`[auto] [${d}] Running challenge verification`);