mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Increase test cluster node startup timeout (#117603)
This commit is contained in:
parent
edd9d96fdf
commit
c5d155ec2b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue