From ddcf61b5db7e677476d3148f59fe514c02f31c42 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 15 Dec 2025 17:35:12 +0100 Subject: [PATCH] CI: increase timeout --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fa02a553..71027cd33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,8 @@ jobs: TOXENV: ${{ matrix.toxenv }} runs-on: ${{ matrix.os }} - timeout-minutes: 120 + # macOS machines can be slow, if overloaded. + timeout-minutes: 360 steps: - uses: actions/checkout@v4