Test: increase time to wait for the tribe node to start
See elastic/x-pack-elasticsearch#3754 Original commit: elastic/x-pack-elasticsearch@b1fb53ce8e
This commit is contained in:
parent
6c849534da
commit
0f6ca4716b
|
@ -81,6 +81,7 @@ List<NodeInfo> cluster2Nodes = ClusterFormationTasks.setup(project, 'clusterTwo'
|
|||
integTestCluster {
|
||||
dependsOn setupClusterOne, setupClusterTwo
|
||||
plugin xpackProject('plugin').path
|
||||
nodeStartupWaitSeconds 45
|
||||
setupCommand 'setupDummyUser',
|
||||
'bin/x-pack/users', 'useradd', 'test_user', '-p', 'x-pack-test-password', '-r', 'superuser'
|
||||
setting 'xpack.monitoring.enabled', false
|
||||
|
|
Loading…
Reference in New Issue