From 2dccbdb7dee06a1ace68badb7e51a3ce5a394b70 Mon Sep 17 00:00:00 2001 From: stubbsta Date: Thu, 25 Jun 2026 13:55:44 +0200 Subject: [PATCH] Temporarily extend ci test job timeout --- .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 a407e37f4..fe275a60a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: matrix: os: [ubuntu-22.04, macos-15] runs-on: ${{ matrix.os }} - timeout-minutes: 45 + timeout-minutes: 60 name: test-${{ matrix.os }} steps: