make browser close timeout 3mins (#716)

This commit is contained in:
Shuchang Zheng
2024-08-22 15:56:33 -07:00
committed by GitHub
parent 1967e44acc
commit e5b0d734b8

View File

@@ -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"