From 53a019c7ae690d5f7330b0ba1516031dea553a07 Mon Sep 17 00:00:00 2001 From: Nicholas Klugman <13633349+nicholaskl97@users.noreply.github.com> Date: Thu, 6 Feb 2025 13:35:49 -0500 Subject: [PATCH] Update CI.yml timeout Increased CI timeout from one hour to one day Signed-off-by: Nicholas Klugman <13633349+nicholaskl97@users.noreply.github.com> --- .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 f63c486..e4f66d1 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 }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} - timeout-minutes: 60 + timeout-minutes: 1440 permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created actions: write contents: read