increase timeout for scrolling (#1145)

This commit is contained in:
LawyZheng
2024-11-06 16:24:44 +08:00
committed by GitHub
parent 47445a2b3d
commit c084764373
3 changed files with 12 additions and 7 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
BUILDING_ELEMENT_TREE_TIMEOUT_MS = 60 * 1000 # 1 minute
BROWSER_CLOSE_TIMEOUT = 180 # 3 minute
BROWSER_DOWNLOAD_TIMEOUT = 600 # 10 minute