From a59088b2b1adf8f2a25d2580c63db2bf1cbbd0eb Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Tue, 28 Oct 2025 10:23:34 +0100 Subject: [PATCH] increase timeout limit --- .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 8185af587..e6653b6e1 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: 15 + timeout-minutes: 25 defaults: run: shell: bash -el {0}