1
0
mirror of https://github.com/hapifhir/hapi-fhir.git synced 2025-03-09 14:33:32 +00:00
This commit is contained in:
Tadgh 2021-03-29 19:16:26 -04:00
parent e9e20988c9
commit 5f42743f48

@ -21,6 +21,4 @@ public class TestElasticsearchContainerHelper {
return new ElasticsearchContainer(ELASTICSEARCH_IMAGE)
.withStartupTimeout(Duration.of(300, SECONDS));
}
}