Increase couchbase connection timeout for tests
This commit is contained in:
parent
9562a2c2f1
commit
532fed3147
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue