Remove bad code in test

This commit is contained in:
Bruno Bonnin 2017-01-19 17:03:27 +01:00
parent 523d155241
commit 19e888e287

View file

@ -126,10 +126,6 @@ public class ElasticsearchInterpreterTest {
.get();
}
try {
Thread.sleep(3600000);
} catch (final Exception e) {}
final Properties props = new Properties();
props.put(ElasticsearchInterpreter.ELASTICSEARCH_HOST, ELS_HOST);
props.put(ElasticsearchInterpreter.ELASTICSEARCH_CLUSTER_NAME, ELS_CLUSTER_NAME);