Skip to content

Commit

Permalink
Bump timeout to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed Sep 23, 2023
1 parent 1d68906 commit 8898890
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public SessionManagerCore(String cache, Logger logger) {
this.httpClient = Methanol.newBuilder()
.version(HttpClient.Version.HTTP_1_1)
.followRedirects(HttpClient.Redirect.NORMAL)
.requestTimeout(Duration.ofMillis(2500))
.requestTimeout(Duration.ofMillis(5000))
.build();

this.logger = logger;
Expand Down

0 comments on commit 8898890

Please sign in to comment.