From 8029a0849cb9294fafbb9f915d84c5fed4813fb6 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 17 Nov 2025 19:04:38 +0000 Subject: [PATCH] 2 hour timeout --- .github/workflows/gather_hubspot_data.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index e211fe0..758dc7c 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -8,6 +8,8 @@ on: jobs: gather_hubspot_data_and_upload_to_s3: runs-on: ubuntu-22.04 + timeout-minutes: 120 # <-- 2 hour timeout + steps: - uses: actions/checkout@v4