Skip to content

Commit

Permalink
Increase test cluster node startup timeout (elastic#117603)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Nov 27, 2024
1 parent 7d3ab87 commit 43a9808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class ElasticsearchNode implements TestClusterConfiguration {
private static final int ES_DESTROY_TIMEOUT = 20;
private static final TimeUnit ES_DESTROY_TIMEOUT_UNIT = TimeUnit.SECONDS;

private static final int NODE_UP_TIMEOUT = 2;
private static final int NODE_UP_TIMEOUT = 3;
private static final TimeUnit NODE_UP_TIMEOUT_UNIT = TimeUnit.MINUTES;
private static final int ADDITIONAL_CONFIG_TIMEOUT = 15;
private static final TimeUnit ADDITIONAL_CONFIG_TIMEOUT_UNIT = TimeUnit.SECONDS;
Expand Down

0 comments on commit 43a9808

Please sign in to comment.