DataCouchbaseTestIntegrationTests is really flaky. testRepository fails about 10% of the time due to a timeout when upserting the document. The timeout is reported as being 2500ms which is the default value of spring.couchbase.env.timeouts.key-value so we may be able to improve things by increasing this timeout in our tests.