1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-19 15:45:20 -05:00

extend timeout

This commit is contained in:
Darien Raymond
2019-02-06 12:33:27 +01:00
parent e0581b6c82
commit bd231b6b8c

View File

@@ -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)