Remove wait for client sleep

Fixes #8175
This commit is contained in:
Rob Bavey 2017-09-12 11:03:49 -04:00
parent 0ad70ff5b4
commit aad6ae09d3

View file

@ -42,8 +42,6 @@ describe "Test Dead Letter Queue" do
it 'should index all documents' do
es_service = @fixture.get_service("elasticsearch")
es_client = es_service.get_client
# Wait for es client to come up
sleep(20)
# test if all data was indexed by ES, but first refresh manually
es_client.indices.refresh