From 52653b2143a09cbf053d5526309dd41369e5edae Mon Sep 17 00:00:00 2001 From: rulego-team Date: Sun, 21 Dec 2025 11:57:52 +0800 Subject: [PATCH] =?UTF-8?q?ci:=E6=B5=8B=E8=AF=95=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE600s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 2054814..fecd139 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: go mod download - name: Run all tests - run: go test -v -race -timeout 300s ./... + run: go test -v -race -timeout 600s ./... release: name: Create Release