From 5f0d8d34b7ccca2e4f67f974e1bec29109248632 Mon Sep 17 00:00:00 2001 From: Raj Aryan Singh Date: Mon, 8 Jun 2026 10:49:14 -0700 Subject: [PATCH] Increase CI timeout to 75 minutes --- .github/workflows/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 3ff184d53..5a888abba 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -23,7 +23,7 @@ jobs: buildAndTest: name: Build and test the project if: github.repository == 'apple/container' - timeout-minutes: 60 + timeout-minutes: 75 runs-on: [self-hosted, macos, tahoe, ARM64] permissions: contents: read