diff --git a/skyvern/constants.py b/skyvern/constants.py index ec44ee6f..68e998ed 100644 --- a/skyvern/constants.py +++ b/skyvern/constants.py @@ -8,7 +8,7 @@ REPO_ROOT_DIR = SKYVERN_DIR.parent INPUT_TEXT_TIMEOUT = 120000 # 2 minutes PAGE_CONTENT_TIMEOUT = 300 # 5 mins -BROWSER_CLOSE_TIMEOUT = 60 # 1 minute +BROWSER_CLOSE_TIMEOUT = 180 # 3 minute # reserved fields for navigation payload SPECIAL_FIELD_VERIFICATION_CODE = "verification_code"