mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
refine vmess test
This commit is contained in:
parent
5e65d7da6d
commit
8c08ca52eb
@ -270,8 +270,8 @@ func TestVMessGCM(t *testing.T) {
|
||||
defer CloseAllServers(servers)
|
||||
|
||||
var wg sync.WaitGroup
|
||||
wg.Add(10)
|
||||
for i := 0; i < 10; i++ {
|
||||
wg.Add(1)
|
||||
go func() {
|
||||
defer wg.Done()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user