Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Kołakowski committed Nov 22, 2023
1 parent f0d62af commit 472439b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class ElasticsearchDatabase extends DatabaseExtension implements Elastics
Wait.forHttp("/_license")
.withBasicCredentials(USERNAME, PASSWORD)
.withReadTimeout(Duration.ofSeconds(5))
.withStartupTimeout(Duration.ofMinutes(5)));
.withStartupTimeout(Duration.ofMinutes(15)));

private static ElasticsearchMetadata metadata;
private static ElasticsearchRestClient client;
Expand Down

0 comments on commit 472439b

Please sign in to comment.