mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 05:58:44 +00:00
The test fails on slow machines because of inflight bulk requests that hit one node while the others are stopping. This commit adds more time (10s), equivalent to 2 to 3 collection interval, to delete the monitoring indices. It also add TRACE logging level for the test. Original commit: elastic/x-pack-elasticsearch@b433937946