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:
Tamino Bauknecht 2023-10-26 17:19:18 +02:00
parent 1618ee78b7
commit 33f8a02fb5
No known key found for this signature in database
GPG Key ID: 77837396BE935C6C
1 changed files with 1 additions and 1 deletions

View File

@ -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"