Skip to content

Commit 532fed3

Browse files
committed
Increase couchbase connection timeout for tests
1 parent 9562a2c commit 532fed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*
4141
* @author Eddú Meléndez
4242
*/
43-
@DataCouchbaseTest
43+
@DataCouchbaseTest(properties = "spring.couchbase.env.timeouts.connect=2m")
4444
@Testcontainers(disabledWithoutDocker = true)
4545
class DataCouchbaseTestIntegrationTests {
4646

0 commit comments

Comments
 (0)