Repository: jena Updated Branches: refs/heads/master c16174047 -> ee9c98b10
Give more time to ElasticSearch to startup Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/ee9c98b1 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/ee9c98b1 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/ee9c98b1 Branch: refs/heads/master Commit: ee9c98b108942f258fd9a6b2e02cc6104a648368 Parents: c161740 Author: ajs6f <[email protected]> Authored: Tue Dec 12 13:25:00 2017 -0500 Committer: ajs6f <[email protected]> Committed: Fri Dec 15 15:55:31 2017 -0500 ---------------------------------------------------------------------- jena-text-es/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/ee9c98b1/jena-text-es/pom.xml ---------------------------------------------------------------------- diff --git a/jena-text-es/pom.xml b/jena-text-es/pom.xml index 5b83fec..71d2b29 100644 --- a/jena-text-es/pom.xml +++ b/jena-text-es/pom.xml @@ -33,6 +33,7 @@ <properties> <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format> <build.time.xsd>${maven.build.timestamp}</build.time.xsd> + <es.startup.timeout>90</es.startup.timeout> </properties> <dependencies> @@ -133,7 +134,7 @@ <clusterName>elasticsearch</clusterName> <transportPort>9500</transportPort> <httpPort>9400</httpPort> - <timeout>60</timeout> + <timeout>${es.startup.timeout}</timeout> </configuration> <executions> <!--
