spring-boot/spring-boot-samples/spring-boot-sample-data-cou.../src
Stephane Nicoll 99ae6dac53 Customize Couchbase's socket connect timeout
Our Windows build is failing currently because the couchbase server does
not handle a socket connection within a second (the default). This commit
adds a property to customize this option and set it to 10 sec in the
sample.

While investigating this issue, it turns out that while
`CouchbaseConfiguration` is public, it is not really possible to extend
it in user's configuration. This commit fixes this problem and add a test
that demonstrates how it can be used.

Closes gh-5657
2016-04-11 18:23:27 +02:00
..
main Customize Couchbase's socket connect timeout 2016-04-11 18:23:27 +02:00
test/java/sample/data/couchbase Fix configuration location 2016-04-11 10:52:23 +02:00