diff --git a/testing/scenarios/vmess_test.go b/testing/scenarios/vmess_test.go index ea67393f0..0322348b2 100644 --- a/testing/scenarios/vmess_test.go +++ b/testing/scenarios/vmess_test.go @@ -878,7 +878,7 @@ func TestVMessGCMMux(t *testing.T) { for range "abcd" { var wg sync.WaitGroup - const nConnection = 100 + const nConnection = 16 wg.Add(nConnection) for i := 0; i < nConnection; i++ { go func() { @@ -902,6 +902,7 @@ func TestVMessGCMMux(t *testing.T) { }() } wg.Wait() + time.Sleep(time.Second) } CloseAllServers()