diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index e7ca426..a5b70d5 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -795,7 +795,7 @@ class CommandorPage { async checkResultWithOcr() { console.log("checkResultWithOcr() called.") - await delay(2000); + await delay(4000); let checkResult = await this.ocrChecker.get_result(); console.log(checkResult); while (checkResult === OCRResult.RECHECK || checkResult === OCRResult.NO_INTERNET) {