From 12ea18a66f4ef9c0570ce6ea27fa403a4b7371ad Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Tue, 28 Oct 2025 14:10:05 +0100 Subject: [PATCH] bump to 60 minutes --- .github/workflows/build-ultraplot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ultraplot.yml b/.github/workflows/build-ultraplot.yml index e6653b6e1..cd88b89a9 100644 --- a/.github/workflows/build-ultraplot.yml +++ b/.github/workflows/build-ultraplot.yml @@ -17,7 +17,7 @@ jobs: build-ultraplot: name: Test Python ${{ inputs.python-version }} with ${{ inputs.matplotlib-version }} runs-on: ubuntu-latest - timeout-minutes: 25 + timeout-minutes: 60 defaults: run: shell: bash -el {0}