]> 127.0.0.1 Git - part/.git/commitdiff
1
authorqydysky <qydysky@foxmail.com>
Tue, 9 Jan 2024 16:12:04 +0000 (00:12 +0800)
committerqydysky <qydysky@foxmail.com>
Tue, 9 Jan 2024 16:12:04 +0000 (00:12 +0800)
.github/workflows/test.yml

index e6af9a650d7fef6e41904d512f9e9a47f41d3ba6..3be3e67e3a0efddcc32f6c499e4c90fb15926da6 100644 (file)
@@ -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