From 0933a77941e2ce8bf61cecbe71c106c177b9e7ff Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 13 Dec 2025 12:12:57 +0000 Subject: [PATCH] as long as it takes --- .github/workflows/gather_hubspot_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index e3a8d21..ab60f12 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -10,7 +10,7 @@ jobs: hubspot_raw_to_s3: name: HubSpot → S3 (raw data) runs-on: [self-hosted, mist] - timeout-minutes: 720 + timeout-minutes: 4320 steps: - uses: actions/checkout@v4