This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 47e65d4  Try a longer stream write timeout
47e65d4 is described below

commit 47e65d4b2f2daf806fe100d9c44d1ba87e648b39
Author: remm <r...@apache.org>
AuthorDate: Sat May 4 16:53:24 2019 +0200

    Try a longer stream write timeout
---
 test/org/apache/coyote/http2/Http2TestBase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/coyote/http2/Http2TestBase.java 
b/test/org/apache/coyote/http2/Http2TestBase.java
index 3a0c8d9..e4ff857 100644
--- a/test/org/apache/coyote/http2/Http2TestBase.java
+++ b/test/org/apache/coyote/http2/Http2TestBase.java
@@ -540,7 +540,7 @@ public abstract class Http2TestBase extends TomcatBaseTest {
         http2Protocol.setWriteTimeout(2000);
         http2Protocol.setKeepAliveTimeout(5000);
         http2Protocol.setStreamReadTimeout(1000);
-        http2Protocol.setStreamWriteTimeout(1000);
+        http2Protocol.setStreamWriteTimeout(1500);
         http2Protocol.setMaxConcurrentStreams(maxConcurrentStreams);
         connector.addUpgradeProtocol(http2Protocol);
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to