From e1d5393083d6584a1016bb361c9edf56a136f010 Mon Sep 17 00:00:00 2001 From: LawyZheng Date: Fri, 6 Dec 2024 12:53:35 +0800 Subject: [PATCH] bump navigation max retry to 5 (#1336) --- skyvern/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"