From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Tue, 26 Nov 2024 01:17:10 +0000 (+0100) Subject: CI: reduce job timeout to 10 minutes X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=9989efe0f4fbb12cb03b798affc461eb4ccaea11;p=proto%2Flabwc.git 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. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7944284a..2044f7bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: build: name: Build needs: codestyle - timeout-minutes: 20 + timeout-minutes: 10 strategy: fail-fast: false matrix: