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:
parent
e124e211c9
commit
63add2c959
|
@ -10,6 +10,7 @@ setup:
|
|||
cluster.health:
|
||||
index: ".monitoring-data-*"
|
||||
wait_for_active_shards: 1
|
||||
timeout: 60s
|
||||
|
||||
---
|
||||
"Bulk indexing of monitoring data":
|
||||
|
|
Loading…
Reference in New Issue