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
This commit is contained in:
Dudemanguy 2023-10-19 09:34:03 -05:00
parent 500eb3940d
commit 227e1fef43
1 changed files with 1 additions and 0 deletions

View File

@ -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