From 395db3828080732d61f56a2dbba83bcb4c01cc5d Mon Sep 17 00:00:00 2001 From: 1-Bort-1 <323661610+1-Bort-1@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:25:56 +0200 Subject: [PATCH] CI: give the coverage job a 50-minute cap Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01P5dYbSWfoT161rTHnoc2RB --- .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 0b6f5dae..f335e115 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -73,7 +73,7 @@ jobs: prefix: ${{ runner.os == 'Linux' && 'xvfb-run -a' || '' }} test-with-code-coverage: name: Julia ${{ matrix.julia_version }} - ${{ matrix.os }} - ${{ matrix.julia_arch }} - with code coverage - timeout-minutes: 30 + timeout-minutes: 50 strategy: fail-fast: false matrix: