Skip to content

Commit

Permalink
increased socket timeout for http test requests
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenkp2000 committed Nov 21, 2023
1 parent caef84c commit d86f5ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class NakshaTestWebClient {

private static final String NAKSHA_HTTP_URI = "http://localhost:8080/";
private static final Duration CONNECT_TIMEOUT = Duration.ofSeconds(10);
private static final Duration SOCKET_TIMEOUT = Duration.ofSeconds(2);
private static final Duration SOCKET_TIMEOUT = Duration.ofSeconds(10);

private final HttpClient httpClient;

Expand Down

0 comments on commit d86f5ea

Please sign in to comment.