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}