From 8de68b6bef00286755543e2fad37e6c95e5bcd8a Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 20 Nov 2024 17:08:02 -0500 Subject: [PATCH 1/2] Increase the timeout of the `test` CI job from 90 minutes to 150 minutes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59aa1794..08cff4ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: steps: - run: exit 0 test: - timeout-minutes: 90 + timeout-minutes: 150 runs-on: ${{ matrix.github-runner }} strategy: max-parallel: 20 # leave space for other runs in the JuliaLang org, given these tests are long From da056da7b7c0e7cb7e184272881c33cbd30a717c Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 20 Nov 2024 17:08:22 -0500 Subject: [PATCH 2/2] Increase the timeout of the `test-nightly` CI job from 90 minutes to 150 minutes --- .github/workflows/ci.nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.nightly.yml b/.github/workflows/ci.nightly.yml index 6de72912..8ee865fd 100644 --- a/.github/workflows/ci.nightly.yml +++ b/.github/workflows/ci.nightly.yml @@ -17,7 +17,7 @@ concurrency: jobs: test-nightly: - timeout-minutes: 90 + timeout-minutes: 150 runs-on: ${{ matrix.github-runner }} strategy: max-parallel: 5 # leave space for other runs in the JuliaLang org, given these tests are long