bump profile download timeout

This commit is contained in:
Ilya Kreymer 2025-11-20 14:41:01 -08:00
parent b74147a1ec
commit dc60b3dccd

View file

@ -20,7 +20,7 @@ import { DEFAULT_MAX_RETRIES, ExitCodes } from "./constants.js";
const DEFAULT_REGION = "us-east-1";
const DOWNLOAD_PROFILE_MAX_TIME = 60;
const DOWNLOAD_PROFILE_MAX_TIME = 300;
// ===========================================================================
export type UploadResult = {