Skip to content

Commit bccc376

Browse files
committed
update
1 parent 43cf20d commit bccc376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stream/tcpclient_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func Test_Tcpclient(t *testing.T) {
2020
tcpclientinstance, _ := NewInstance(&InstanceConfig{
2121
HeartbeatTimeout: 1500 * time.Millisecond,
2222
HeartprobeInterval: 500 * time.Millisecond,
23-
GroupNum: 10,
23+
GroupNum: 1,
2424
Verifyfunc: tcpclienthandleVerify,
2525
Onlinefunc: tcpclienthandleonline,
2626
Userdatafunc: tcpclienthandleuserdata,

stream/unixclient_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func Test_Unixclient(t *testing.T) {
2121
unixclientinstance, _ := NewInstance(&InstanceConfig{
2222
HeartbeatTimeout: 1500 * time.Millisecond,
2323
HeartprobeInterval: 500 * time.Millisecond,
24-
GroupNum: 10,
24+
GroupNum: 1,
2525
Verifyfunc: unixclienthandleVerify,
2626
Onlinefunc: unixclienthandleonline,
2727
Userdatafunc: unixclienthandleuserdata,

0 commit comments

Comments
 (0)