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:
parent
a459d8a9b3
commit
799fce0dc6
|
@ -12,6 +12,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Test in FreeBSD VM
|
- name: Test in FreeBSD VM
|
||||||
uses: vmactions/freebsd-vm@v0
|
uses: vmactions/freebsd-vm@v0
|
||||||
|
timeout-minutes: 30
|
||||||
with:
|
with:
|
||||||
mem: 2048
|
mem: 2048
|
||||||
usesh: true
|
usesh: true
|
||||||
|
|
Loading…
Reference in New Issue