From a57bb7f084bbb260fb44312de4244558adec5a51 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 26 May 2025 09:22:21 +0200 Subject: [PATCH] ci: reduce timeout of freebsd jobs from 90 min to 45 min --- .github/workflows/freebsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 6e96bfd95..6ba684719 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -24,7 +24,7 @@ jobs: style: name: Style and Lint runs-on: ${{ matrix.job.os }} - timeout-minutes: 90 + timeout-minutes: 45 strategy: fail-fast: false matrix: @@ -117,7 +117,7 @@ jobs: test: name: Tests runs-on: ${{ matrix.job.os }} - timeout-minutes: 90 + timeout-minutes: 45 strategy: fail-fast: false matrix: