Browse Source

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
pull/8673/head
Stephane Nicoll 10 years ago
parent
commit
82207ffce5
  1. 1
      spring-boot-samples/spring-boot-sample-data-couchbase/src/main/resources/application.properties

1
spring-boot-samples/spring-boot-sample-data-couchbase/src/main/resources/application.properties

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

Loading…
Cancel
Save