From 63add2c959f061a08627c6ff2b1174abdbd723c4 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Wed, 13 Jul 2016 15:57:12 +0200 Subject: [PATCH] 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@d11dc7a2be0fc24ba259777f0f081e046fed5f1c --- .../resources/rest-api-spec/test/monitoring/bulk/10_basic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/elasticsearch/x-pack/monitoring/src/test/resources/rest-api-spec/test/monitoring/bulk/10_basic.yaml b/elasticsearch/x-pack/monitoring/src/test/resources/rest-api-spec/test/monitoring/bulk/10_basic.yaml index b238b7ffb50..6dad7415668 100644 --- a/elasticsearch/x-pack/monitoring/src/test/resources/rest-api-spec/test/monitoring/bulk/10_basic.yaml +++ b/elasticsearch/x-pack/monitoring/src/test/resources/rest-api-spec/test/monitoring/bulk/10_basic.yaml @@ -10,6 +10,7 @@ setup: cluster.health: index: ".monitoring-data-*" wait_for_active_shards: 1 + timeout: 60s --- "Bulk indexing of monitoring data":