Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Nov 4, 2024
1 parent 3b7c608 commit 149be33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public InputStream simpleGetWithConfig(

public static HttpClient getConfiguredHttpClient(HttpClientConnectionManager connectionManager) {
try {
int timeout = 15;
int timeout = 30;
RequestConfig config = RequestConfig.custom()
.setConnectTimeout(timeout * 1000)
.setConnectionRequestTimeout(timeout * 1000)
Expand Down

0 comments on commit 149be33

Please sign in to comment.