Tweak Elasticsearch sample timeout

This commit is contained in:
Phillip Webb 2016-04-11 11:07:37 -07:00
parent caf9bd9be2
commit 944a49bd58
1 changed files with 2 additions and 1 deletions

View File

@ -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
spring.data.elasticsearch.properties.path.home=target/elastic
spring.data.elasticsearch.properties.transport.tcp.connect_timeout=120s