[TEST] lower to 5s the wait for the Thread.sleep

Original commit: elastic/x-pack-elasticsearch@6efeb937cd
This commit is contained in:
javanna 2016-06-04 01:10:47 +02:00 committed by Luca Cavanna
parent 359bc7b028
commit a45b260244
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
catch: request_timeout
cluster.health:
wait_for_nodes: 99
timeout: 10s
timeout: 5s
- match: { "timed_out": true }
- do:

View File

@ -53,7 +53,7 @@
catch: request_timeout
cluster.health:
wait_for_nodes: 99
timeout: 10s
timeout: 5s
- match: { "timed_out": true }
- do: