From b2c638671adf4c4e52feb884700dcdfce764f4f7 Mon Sep 17 00:00:00 2001 From: rulego-team Date: Sat, 15 Nov 2025 00:37:08 +0800 Subject: [PATCH] =?UTF-8?q?ci:=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95ac189..588ece5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,11 +42,11 @@ jobs: - name: Run tests if: matrix.go-version != '1.21' - run: go test -v -race -timeout 300s ./... + run: go test -v -race -timeout 600s ./... - name: Run tests with coverage if: matrix.go-version == '1.21' - run: go test -v -race -coverprofile="codecov.report" -covermode=atomic -timeout 300s ./... + run: go test -v -race -coverprofile="codecov.report" -covermode=atomic -timeout 600s ./... - name: Upload coverage reports to Codecov if: matrix.go-version == '1.21'