From 731d14e7185e26ff2a79e68eb22147b2a8d9b733 Mon Sep 17 00:00:00 2001 From: chenyu Date: Mon, 24 Feb 2025 20:23:56 -0500 Subject: [PATCH] hotfix bump testmetal2 timeout-minutes to 20 (#9235) setup is taking too long --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5dc90a7782..c2908be450 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -534,7 +534,7 @@ jobs: testmetal2: name: MacOS (unit) runs-on: macos-14 - timeout-minutes: 10 + timeout-minutes: 20 steps: - name: Checkout Code