From f5380bab9608ce25dfc431902e35cf07135714f3 Mon Sep 17 00:00:00 2001 From: blxdyx <125243069+blxdyx@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:08:17 +0800 Subject: [PATCH] add more time to build (#514) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 499afcfea1d..1818ead118d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: build-release: ## runs-on: ubuntu-22.04 runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 60 name: Build Artifacts and multi-platform Docker image, publish draft of the Release Notes steps: