From 9989efe0f4fbb12cb03b798affc461eb4ccaea11 Mon Sep 17 00:00:00 2001 From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Tue, 26 Nov 2024 02:17:10 +0100 Subject: [PATCH] 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. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: