Skip to content
Snippets Groups Projects
Commit 057c4939 authored by preeti singh[Microsoft]'s avatar preeti singh[Microsoft]
Browse files

Merge branch 'readTimeOutIncrease' into 'master'

readTime out increase for jersey client

See merge request !442
parents 7d15cf97 069433a8
No related branches found
No related tags found
1 merge request!442readTime out increase for jersey client
Checking pipeline status
......@@ -60,7 +60,7 @@ public abstract class HTTPClient {
log.info(String.format("Request correlation id: %s", correlationId));
headers.put(HEADER_CORRELATION_ID, correlationId);
Client client = getClient();
client.setReadTimeout(180000);
client.setReadTimeout(300000);
client.setConnectTimeout(300000);
log.info("URL: = " + url);
WebResource webResource = client.resource(url);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment