Darien Raymond %!s(int64=7) %!d(string=hai) anos
pai
achega
c889ae6e8c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      testing/scenarios/reverse_test.go

+ 1 - 1
testing/scenarios/reverse_test.go

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