Update download blcok timeout to 2 minutes (from 20 minutes (#3684)

This commit is contained in:
Suchintan
2025-10-10 13:17:46 -04:00
committed by GitHub
parent 694c8261c1
commit f5a313c74b
2 changed files with 2 additions and 2 deletions

View File

@@ -489,4 +489,4 @@ export type PylonEmailHash = {
hash: string;
};
export const BROWSER_DOWNLOAD_TIMEOUT_SECONDS = 600 as const;
export const BROWSER_DOWNLOAD_TIMEOUT_SECONDS = 120 as const;

View File

@@ -9,7 +9,7 @@ REPO_ROOT_DIR = SKYVERN_DIR.parent
INPUT_TEXT_TIMEOUT = 120000 # 2 minutes
PAGE_CONTENT_TIMEOUT = 300 # 5 mins
BROWSER_CLOSE_TIMEOUT = 180 # 3 minute
BROWSER_DOWNLOAD_MAX_WAIT_TIME = 1200 # 20 minute
BROWSER_DOWNLOAD_MAX_WAIT_TIME = 120 # 2 minute
BROWSER_DOWNLOAD_TIMEOUT = 600 # 10 minute
DOWNLOAD_FILE_PREFIX = "downloads"
SAVE_DOWNLOADED_FILES_TIMEOUT = 180