mirror of https://github.com/v2ray/v2ray-core
parent
e0581b6c82
commit
bd231b6b8c
|
@ -583,7 +583,7 @@ func TestHTTP2(t *testing.T) {
|
|||
|
||||
var errg errgroup.Group
|
||||
for i := 0; i < 10; i++ {
|
||||
errg.Go(testTCPConn(clientPort, 10240*1024, time.Second*20))
|
||||
errg.Go(testTCPConn(clientPort, 10240*1024, time.Second*40))
|
||||
}
|
||||
if err := errg.Wait(); err != nil {
|
||||
t.Error(err)
|
||||
|
|
Loading…
Reference in New Issue