From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sun, 12 Mar 2023 14:17:59 +0000 (+0800) Subject: fix X-Git-Tag: v0.24.3~1 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=d0fdcaba418aadfed8d7e59f3accffb41df74753;p=part%2F.git fix --- diff --git a/msgq/Msgq_test.go b/msgq/Msgq_test.go index de4ad2a..2dab262 100644 --- a/msgq/Msgq_test.go +++ b/msgq/Msgq_test.go @@ -348,12 +348,12 @@ func Test_msgq7(t *testing.T) { return i > 10 }) msg.Pull_tag_only(`1`, func(i int) (disable bool) { - time.Sleep(time.Second * 2) + time.Sleep(time.Second * 3) c <- "3" return i > 10 }) msg.Pull_tag_only(`1`, func(i int) (disable bool) { - time.Sleep(time.Second * 2) + time.Sleep(time.Second * 3) c <- "4" return i > 10 })