From 227e1fef434abf15f261bd5429d3f0ab615d4b7c Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Thu, 19 Oct 2023 09:34:03 -0500 Subject: [PATCH] github/workflows: put a 20 minute timeout on the freebsd job It bootloops quite often these days which is annoying and clogs up all the macos runners. https://github.com/vmactions/freebsd-vm/issues/74 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 054ca3c923..f08864bd12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,6 +162,7 @@ jobs: freebsd: runs-on: macos-12 # until https://github.com/actions/runner/issues/385 + timeout-minutes: 20 # randomly bootloops https://github.com/vmactions/freebsd-vm/issues/74 steps: - uses: actions/checkout@v3 - name: Test in FreeBSD VM