Monitoring: Added `timeout: 60s` to the setup section of "Bulk indexing of monitoring data" test

When the monitoring tests are run in isolation, they succeed. However, when the whole suite of
REST tests is being run at the same time, the "Bulk indexing of monitoring data" intermittently
fails with a timeout. Therefore, a timeout of 60 seconds has been added.

Closes elastic/elasticsearch#2809

Original commit: elastic/x-pack-elasticsearch@d11dc7a2be
This commit is contained in:
Karel Minarik 2016-07-13 15:57:12 +02:00
parent e124e211c9
commit 63add2c959
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ setup:
cluster.health:
index: ".monitoring-data-*"
wait_for_active_shards: 1
timeout: 60s
---
"Bulk indexing of monitoring data":