Try to stabilize DataCouchbaseTestIntegrationTests

Closes gh-36662
This commit is contained in:
Andy Wilkinson
2023-08-01 19:58:28 +01:00
parent abf2ae792f
commit 28b3054a9e

View File

@@ -40,7 +40,8 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
*
* @author Eddú Meléndez
*/
@DataCouchbaseTest
@DataCouchbaseTest(
properties = { "spring.couchbase.env.timeouts.connect=2m", "spring.couchbase.env.timeouts.key-value=1m" })
@Testcontainers(disabledWithoutDocker = true)
class DataCouchbaseTestIntegrationTests {