Feature requests
Hi,
I am trying to use aResponse().proxiedFrom( API, but getting read timeout exception after 5 minutes (response time of my API is 8 minutes )
Network failure trying to make a proxied request from WireMock to http://localhost:8090/.....
Read timed out
I have tried to change timeout in Wiremock Configuration, but it doesn't help.
Looks like I am reaching this one:
|
private static final int DEFAULT_SO_TIMEOUT = 5 * MINUTES; |
Is it possible to make this timeout configurable?
Feature requests
Hi,
I am trying to use
aResponse().proxiedFrom(API, but getting read timeout exception after 5 minutes (response time of my API is 8 minutes )I have tried to change timeout in Wiremock Configuration, but it doesn't help.
Looks like I am reaching this one:
wiremock/src/main/java/com/github/tomakehurst/wiremock/http/ProxyResponseRenderer.java
Line 46 in 34761d6
Is it possible to make this timeout configurable?