ci: Set freebsd to timeout after 30min

The job runs very unreliably and often times out after 6h of being stuck
in a boot loop.
This commit reduces the timeout to 30min.
This commit is contained in:
Tamino Bauknecht 2023-10-24 18:56:45 +02:00
parent a459d8a9b3
commit 799fce0dc6
No known key found for this signature in database
GPG Key ID: 77837396BE935C6C
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v3
- name: Test in FreeBSD VM
uses: vmactions/freebsd-vm@v0
timeout-minutes: 30
with:
mem: 2048
usesh: true