Skip to content

Commit 92361b5

Browse files
committed
Merge branch '3.0.x' into 3.1.x
Closes gh-36664
2 parents 0ad6878 + 51b81ce commit 92361b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/data/couchbase/DataCouchbaseTestIntegrationTests.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
* @author Andy Wilkinson
4545
* @author Phillip Webb
4646
*/
47-
@DataCouchbaseTest(
48-
properties = { "spring.couchbase.env.timeouts.connect=2m", "spring.data.couchbase.bucket-name=cbbucket" })
47+
@DataCouchbaseTest(properties = { "spring.couchbase.env.timeouts.connect=2m",
48+
"spring.couchbase.env.timeouts.key-value=1m", "spring.data.couchbase.bucket-name=cbbucket" })
4949
@Testcontainers(disabledWithoutDocker = true)
5050
class DataCouchbaseTestIntegrationTests {
5151

0 commit comments

Comments
 (0)