From ea2cc78189262ac252ae4f11e3932a51c910ad75 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 29 Dec 2025 09:29:16 +0100 Subject: [PATCH] ci: increase timeout for tests on OpenBSD from 60 mins -> 75 mins --- .github/workflows/openbsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openbsd.yml b/.github/workflows/openbsd.yml index f7bae27efc4..13aab84a6f6 100644 --- a/.github/workflows/openbsd.yml +++ b/.github/workflows/openbsd.yml @@ -114,7 +114,7 @@ jobs: test: name: Tests runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 75 strategy: fail-fast: false matrix: