1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 06:16:09 -04:00

extend timeout

This commit is contained in:
Darien Raymond 2019-02-06 12:33:27 +01:00
parent e0581b6c82
commit bd231b6b8c
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

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)