From 9e51c55f45c3c960ccecafc4824d1c3187072317 Mon Sep 17 00:00:00 2001 From: Wesley Maa Date: Mon, 16 Dec 2024 05:31:02 -0800 Subject: [PATCH] extend 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 08766ec..5490c27 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: matrix: os: [ubuntu-latest] name: Build and publish Python package (${{ matrix.os }}) - timeout-minutes: 180 + timeout-minutes: 600 runs-on: ${{ matrix.os }} steps: