elasticsearch
elasticsearch copied to clipboard
Fix CloseIndexIT.testConcurrentClose
This test failed twice in the last 6 months because waiting for the shards to be initialized took very close to the 30sec default time out. This change gives the index a bit more time to be initialized.
Closes #88936
Pinging @elastic/es-distributed (Team:Distributed)
Thanks Ievgen!