修改第八步回调时间

This commit is contained in:
QLHazyCoder
2026-04-13 16:59:17 +08:00
parent a336ea49c1
commit b487c2c33c
+1 -1
View File
@@ -4355,7 +4355,7 @@ let webNavListener = null;
let webNavCommittedListener = null;
let step8TabUpdatedListener = null;
let step8PendingReject = null;
const STEP8_CLICK_EFFECT_TIMEOUT_MS = 10000;
const STEP8_CLICK_EFFECT_TIMEOUT_MS = 15000;
const STEP8_CLICK_RETRY_DELAY_MS = 500;
const STEP8_READY_WAIT_TIMEOUT_MS = 30000;
const STEP8_MAX_ROUNDS = 5;