From 696eb7359a7b5be141741a5cab180a4e9f8b4c48 Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Sun, 24 Nov 2024 11:14:43 -0800 Subject: [PATCH] increase timeout --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9fbb36e..c0bcac7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] name: Build and publish Python package (${{ matrix.os }}) - timeout-minutes: 10 + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: