Browse Source

refine vmess test

pull/1524/head^2
Darien Raymond 6 years ago
parent
commit
8c08ca52eb
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 2
      testing/scenarios/vmess_test.go

2
testing/scenarios/vmess_test.go

@ -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…
Cancel
Save