summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-19 09:34:03 -0500
committerDudemanguy <random342@airmail.cc>2023-10-19 10:18:54 -0500
commit227e1fef434abf15f261bd5429d3f0ab615d4b7c (patch)
tree83af9576f36c1040085c3d52557e36da35768b11 /.github
parent500eb3940d78c66f45ac6905bf5164a0bd6522a1 (diff)
downloadmpv-227e1fef434abf15f261bd5429d3f0ab615d4b7c.tar.bz2
mpv-227e1fef434abf15f261bd5429d3f0ab615d4b7c.tar.xz
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
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