1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 17:05:23 +00:00

extend again

This commit is contained in:
Darien Raymond 2019-01-09 11:17:29 +01:00
parent 3fde9f832d
commit c889ae6e8c
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -190,7 +190,7 @@ func TestReverseProxy(t *testing.T) {
var errg errgroup.Group
for i := 0; i < 32; i++ {
errg.Go(testTCPConn(externalPort, 10240*1024, time.Second*20))
errg.Go(testTCPConn(externalPort, 10240*1024, time.Second*40))
}
if err := errg.Wait(); err != nil {