Set FreeBSD workflow timeout

Recently the FreeBSD workflow has started to hang in a boot loop when
the VM starts up. The issue is being tracked upstream but there is not
response at the moment.

To work around this set a timeout to not waste CI minutes. Other
workflows might also want this change since they don't take 20 minutes
anyway.
This commit is contained in:
Steffen Winter 2023-10-18 22:26:36 +02:00
parent 2a864f6f2e
commit ff1f51ccbb
No known key found for this signature in database
GPG key ID: D4053C3600EF3B1F

View file

@ -28,6 +28,7 @@ on:
jobs:
build-freebsd:
runs-on: macos-12
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
with: