diff --git a/skyvern/constants.py b/skyvern/constants.py index 5bbe7455..54319b38 100644 --- a/skyvern/constants.py +++ b/skyvern/constants.py @@ -14,7 +14,7 @@ BROWSER_DOWNLOAD_TIMEOUT = 600 # 10 minute DOWNLOAD_FILE_PREFIX = "downloads" SAVE_DOWNLOADED_FILES_TIMEOUT = 180 GET_DOWNLOADED_FILES_TIMEOUT = 30 -NAVIGATION_MAX_RETRY_TIME = 3 +NAVIGATION_MAX_RETRY_TIME = 5 # reserved fields for navigation payload SPECIAL_FIELD_VERIFICATION_CODE = "verification_code"