From aad6ae09d3d848b7beeb2ceee00f5ac9bf8e7d4d Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Tue, 12 Sep 2017 11:03:49 -0400 Subject: [PATCH] Remove wait for client sleep Fixes #8175 --- qa/integration/specs/dlq_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/qa/integration/specs/dlq_spec.rb b/qa/integration/specs/dlq_spec.rb index cdd378d14..6ef2d59f5 100644 --- a/qa/integration/specs/dlq_spec.rb +++ b/qa/integration/specs/dlq_spec.rb @@ -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