From 0cfb9fd195d9a037944d97fb647852ca7501325c Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 23 Dec 2025 13:34:37 -0500 Subject: [PATCH] Increase overall job timeout. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd9e520cca..4dd9c9ccd3 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: # === OS Specific Job (runs on each OS) === os_specific: name: ${{ matrix.sys.os }} - timeout-minutes: 90 + timeout-minutes: 120 strategy: matrix: go-version: