From 3fea06f16d3c4c323fc9a5d67cce9ccf6ef01df3 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Wed, 21 Aug 2024 14:25:20 -0600 Subject: [PATCH] MacOS Test time limit is now 2 & 1/2 hours --- .github/workflows/test-packages-action-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-packages-action-macos.yml b/.github/workflows/test-packages-action-macos.yml index 699b33c7151..aca0b4cc244 100644 --- a/.github/workflows/test-packages-action-macos.yml +++ b/.github/workflows/test-packages-action-macos.yml @@ -105,7 +105,7 @@ jobs: test: name: Test runs-on: ${{ inputs.runner }} - timeout-minutes: 181 # 3 Hours - More than this and something is wrong (MacOS needs a little more time) + timeout-minutes: 150 # 2 & 1/2 Hours - More than this and something is wrong (MacOS needs a little more time) needs: - generate-matrix strategy: