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:
jaymode 2018-01-29 13:35:48 -07:00
parent 6c849534da
commit 0f6ca4716b
1 changed files with 1 additions and 0 deletions

View File

@ -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