Browse Source

extend timeout

Darien Raymond 6 years ago
parent
commit
bd231b6b8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/scenarios/tls_test.go

+ 1 - 1
testing/scenarios/tls_test.go

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