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



##########
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:
       Apologies - I changed this to allow debugging. Clearly a timeout of over 
two hours isn't advisable for automated integration tests!




-- 
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:
[email protected]


Reply via email to