ci: Increase freebsd timeout to 2h
After switching to a new FreeBSD action, the job seems to take longer than 30 minutes. Therefore, an increase in the timeout is necessary.
This commit is contained in:
parent
1618ee78b7
commit
33f8a02fb5
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Test in FreeBSD VM
|
||||
uses: cross-platform-actions/action@v0.19.1
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 120
|
||||
with:
|
||||
operating_system: freebsd
|
||||
version: "13.2"
|
||||
|
|
Loading…
Reference in New Issue