reta commented on a change in pull request #812:
URL: https://github.com/apache/cxf/pull/812#discussion_r658296050



##########
File path: 
systests/rs-sse/rs-sse-base/src/main/java/org/apache/cxf/systest/jaxrs/sse/AbstractSseBaseTest.java
##########
@@ -58,7 +58,7 @@ protected WebClient createWebClient(final String url) {
     protected WebTarget createWebTarget(final String url) {
         return ClientBuilder
             .newClient()
-            .property("http.receive.timeout", 8000)
+            .property("http.receive.timeout", 8000000)

Review comment:
       Please revert




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to