From 36edd8d84dfb37458f5b01a55a6ee10dfb9e99a4 Mon Sep 17 00:00:00 2001 From: qydysky Date: Wed, 10 Jan 2024 00:18:36 +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 3be3e67..f189780 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: 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 + 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 go test -count 1 -timeout 10s -v -race github.com/qydysky/part/rpc @@ -67,7 +67,7 @@ jobs: 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 + 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 go test -count 1 -timeout 10s -v -race github.com/qydysky/part/rpc @@ -101,7 +101,7 @@ jobs: 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 + 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 go test -count 1 -timeout 10s -v -race github.com/qydysky/part/rpc -- 2.39.2