From 8ca88165acdaf15baa0b1e06ff990412f431c169 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 12 Mar 2026 23:59:27 +0100 Subject: [PATCH] CI: increase timeout, see #9470 Especially OpenBSD with Coverage is rather slow. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1acda1fd8e..90738fbb6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -379,7 +379,7 @@ jobs: id-token: write attestations: write runs-on: ubuntu-24.04 - timeout-minutes: 90 + timeout-minutes: 180 needs: [lint] continue-on-error: true