Skip to content

Commit 799fce0

Browse files
committed
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.
1 parent a459d8a commit 799fce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/freebsd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Test in FreeBSD VM
1414
uses: vmactions/freebsd-vm@v0
15+
timeout-minutes: 30
1516
with:
1617
mem: 2048
1718
usesh: true

0 commit comments

Comments
 (0)