From 5953e59922bb78864d63aee4bf593d6a1d0400fe Mon Sep 17 00:00:00 2001 From: Jared O'Neal Date: Thu, 16 Jul 2026 10:13:18 -0500 Subject: [PATCH] (Issue #187) Try adding timeout to build doc action. Last time this action ran it needed less than 5 minutes, so 10 should be a nice conservative value that won't waste too much runner time on texlive failures. --- .github/workflows/build-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index f48de24c..68a37d99 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -12,6 +12,7 @@ on: jobs: build_pypkg_sphinx: runs-on: ${{ matrix.os }} + timeout-minutes: 10 strategy: matrix: # We would like to use 3.12, but this presently fails with the error: