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:
jaymode 2016-11-22 15:17:21 -05:00
parent 7873bb73c4
commit 9126600fc3
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
cluster.health:
wait_for_status: green
wait_for_nodes: 2
timeout: 25s
- do:
search:

View File

@ -4,6 +4,7 @@
cluster.health:
wait_for_status: green
wait_for_nodes: 2
timeout: 25s
- do:
search: