Increase couchbase connection timeout for tests
This commit is contained in:
@@ -40,7 +40,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
|
||||
*
|
||||
* @author Eddú Meléndez
|
||||
*/
|
||||
@DataCouchbaseTest
|
||||
@DataCouchbaseTest(properties = "spring.couchbase.env.timeouts.connect=2m")
|
||||
@Testcontainers(disabledWithoutDocker = true)
|
||||
class DataCouchbaseTestIntegrationTests {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user