From bbdae148bb09106552184819fc82e5bda13efcb3 Mon Sep 17 00:00:00 2001 From: Luis-Varona Date: Tue, 19 Aug 2025 13:20:45 -0300 Subject: [PATCH] Increase CI timeout-minutes from 60 to 180 --- .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 2a2993c..ee19281 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} runs-on: ${{ matrix.os }} - timeout-minutes: 60 + timeout-minutes: 180 permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created actions: write contents: read