From 944a49bd58ca857b0488f06fe173d9801175cd38 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 11 Apr 2016 11:07:37 -0700 Subject: [PATCH] Tweak Elasticsearch sample timeout --- .../src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/resources/application.properties index 8ed51d8ad7..08abd5c330 100644 --- a/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/resources/application.properties @@ -2,4 +2,5 @@ # Home directory of the embedded elastic instance. Default to the # current working directory. # -spring.data.elasticsearch.properties.path.home=target/elastic \ No newline at end of file +spring.data.elasticsearch.properties.path.home=target/elastic +spring.data.elasticsearch.properties.transport.tcp.connect_timeout=120s