CI: reduce job timeout to 10 minutes

Since GitHub runners now support hardware virtualization,
the maximal runtime of the FreeBSD runner is somewhere
around 3 to 6 minutes. It may still fail sometimes so
keep the timeout parameter around.
This commit is contained in:
Consolatis 2024-11-26 02:17:10 +01:00
parent a590795f7a
commit 9989efe0f4

View file

@ -23,7 +23,7 @@ jobs:
build:
name: Build
needs: codestyle
timeout-minutes: 20
timeout-minutes: 10
strategy:
fail-fast: false
matrix: