From 49a0fdc13bd6d3fe1c679755747a881cec08773c Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 7 May 2025 04:01:39 -0400 Subject: [PATCH] GitHub Actions CI: Increase the timeouts (from 20 minutes to 40 minutes) for the `test-mpitrampoline-jll` and `test-system-brew` jobs --- .github/workflows/UnitTests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/UnitTests.yml b/.github/workflows/UnitTests.yml index 61d5d7bc4..8de3b4471 100644 --- a/.github/workflows/UnitTests.yml +++ b/.github/workflows/UnitTests.yml @@ -135,7 +135,7 @@ jobs: - uses: julia-actions/julia-runtest@v1 test-system-brew: - timeout-minutes: 20 + timeout-minutes: 40 strategy: matrix: os: @@ -340,7 +340,7 @@ jobs: test-mpitrampoline-jll: - timeout-minutes: 20 + timeout-minutes: 40 strategy: matrix: os: