Skip to content

Commit

Permalink
ci: Set freebsd to timeout after 30min
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
taminob committed Oct 24, 2023
1 parent 318eb1f commit 795a0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 795a0d0

Please sign in to comment.