test: add timeout to cluster health call that we are waiting on
This commit adds a timeout to the cluster health call that we wait on so that we can see the status of the health request instead of getting timeouts failures with no information to go on. Original commit: elastic/x-pack-elasticsearch@2f34d01e00
This commit is contained in:
parent
7873bb73c4
commit
9126600fc3
|
@ -4,6 +4,7 @@
|
|||
cluster.health:
|
||||
wait_for_status: green
|
||||
wait_for_nodes: 2
|
||||
timeout: 25s
|
||||
|
||||
- do:
|
||||
search:
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
cluster.health:
|
||||
wait_for_status: green
|
||||
wait_for_nodes: 2
|
||||
timeout: 25s
|
||||
|
||||
- do:
|
||||
search:
|
||||
|
|
Loading…
Reference in New Issue