Attempt to fix Windows build

The couchbase instance in our windows infra seems super slow. Trying to
workaround that issue by increasing the connect timeout from 5 to 10 sec.

See gh-5651
This commit is contained in:
Stephane Nicoll 2016-04-11 15:17:58 +02:00
parent 2e86f0f890
commit 82207ffce5
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
spring.couchbase.bootstrap-hosts=localhost
spring.couchbase.env.timeouts.connect=10000
spring.data.couchbase.auto-index=true