diff --git a/background.js b/background.js index 101a65c..3621c99 100644 --- a/background.js +++ b/background.js @@ -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;