From: qydysky Date: Sat, 13 Jan 2024 22:05:43 +0000 (+0800) Subject: 1 X-Git-Tag: v0.28.20240113221136 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=7929f4d5de6ae31d676fb0bf79ae0a9417f053f2;p=part%2F.git 1 --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f189780..82ff10d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: go test -count 1 -timeout 10s -v -race github.com/qydysky/part/funcCtrl 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/sync go test -count 1 -timeout 15s -v -race github.com/qydysky/part/web go test -count 1 -timeout 10s -v -run "Test_Client" -race github.com/qydysky/part/websocket go test -count 1 -timeout 10s -v -race github.com/qydysky/part/sql @@ -66,7 +66,7 @@ jobs: go test -count 1 -timeout 10s -v -race github.com/qydysky/part/funcCtrl 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/sync go test -count 1 -timeout 15s -v -race github.com/qydysky/part/web go test -count 1 -timeout 10s -v -run "Test_Client" -race github.com/qydysky/part/websocket go test -count 1 -timeout 10s -v -race github.com/qydysky/part/sql @@ -100,7 +100,7 @@ jobs: go test -count 1 -timeout 10s -v -race github.com/qydysky/part/funcCtrl 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/sync go test -count 1 -timeout 15s -v -race github.com/qydysky/part/web go test -count 1 -timeout 10s -v -run "Test_Client" -race github.com/qydysky/part/websocket go test -count 1 -timeout 10s -v -race github.com/qydysky/part/sql