From 0f707dc02b1636c64549e2f2ca1d1892780e71b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Wed, 5 Mar 2025 16:59:32 -0800 Subject: [PATCH] CI: extend daily job timeout This was left at the default of six hours, but it timed out last might. I'll set it at eight hours to see if this is more reliable. --- .github/workflows/daily.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index bc79677..a5b2258 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -8,6 +8,7 @@ jobs: test: name: Run tests runs-on: ubuntu-latest + timeout-minutes: 480 steps: - uses: actions/checkout@v4