Ensure Task Clenup - add timeout to browser context close (#714)

This commit is contained in:
Kerem Yilmaz
2024-08-22 22:36:30 +03:00
committed by GitHub
parent 8baa8de032
commit 43cbfa7451
2 changed files with 16 additions and 9 deletions

View File

@@ -8,6 +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
# reserved fields for navigation payload
SPECIAL_FIELD_VERIFICATION_CODE = "verification_code"