From 7929f4d5de6ae31d676fb0bf79ae0a9417f053f2 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 14 Jan 2024 06:05:43 +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 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 -- 2.39.2