perf: 创建dns解析后,强制等待60s

pull/101/head
xiaojunnuo 2024-07-03 23:27:35 +08:00
parent c04707c0f7
commit f47b35f6d5
1 changed files with 2 additions and 1 deletions

View File

@ -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=truewait 60s`);
await wait(60 * 1000);
}
else {
log(`[auto] [${d}] Running challenge verification`);