From 2ecfb2ed016134d9409266db8c849d923c2afe9a Mon Sep 17 00:00:00 2001 From: qydysky Date: Wed, 10 Jan 2024 00:12:04 +0800 Subject: [PATCH] 1 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6af9a6..3be3e67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: go test -count 1 -timeout 20s -v -race github.com/qydysky/part/file go test -count 1 -timeout 5s -v -race github.com/qydysky/part/pool go test -count 1 -timeout 10s -v -race github.com/qydysky/part/funcCtrl - go test -count 1 -timeout 30s -v -race github.com/qydysky/part/msgq + go test -count 1 -timeout 50s -v -race github.com/qydysky/part/msgq go test -count 10 -race -timeout 10s -run ^Test_3$ github.com/qydysky/part/msgq go test -count 1 -timeout 7s -v -race github.com/qydysky/part/sync go test -count 1 -timeout 10s -v -race github.com/qydysky/part/web @@ -64,7 +64,7 @@ jobs: go test -count 1 -timeout 20s -v -race github.com/qydysky/part/file go test -count 1 -timeout 5s -v -race github.com/qydysky/part/pool go test -count 1 -timeout 10s -v -race github.com/qydysky/part/funcCtrl - go test -count 1 -timeout 30s -v -race github.com/qydysky/part/msgq + go test -count 1 -timeout 50s -v -race github.com/qydysky/part/msgq go test -count 10 -race -timeout 10s -run ^Test_3$ github.com/qydysky/part/msgq go test -count 1 -timeout 7s -v -race github.com/qydysky/part/sync go test -count 1 -timeout 10s -v -race github.com/qydysky/part/web @@ -98,7 +98,7 @@ jobs: go test -count 1 -timeout 20s -v -race github.com/qydysky/part/file go test -count 1 -timeout 5s -v -race github.com/qydysky/part/pool go test -count 1 -timeout 10s -v -race github.com/qydysky/part/funcCtrl - go test -count 1 -timeout 30s -v -race github.com/qydysky/part/msgq + go test -count 1 -timeout 50s -v -race github.com/qydysky/part/msgq go test -count 10 -race -timeout 10s -run ^Test_3$ github.com/qydysky/part/msgq go test -count 1 -timeout 7s -v -race github.com/qydysky/part/sync go test -count 1 -timeout 10s -v -race github.com/qydysky/part/web -- 2.39.2