|
|
|
|
@ -43,7 +43,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
@@ -43,7 +43,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
|
|
|
|
|
class DataMongoTestIntegrationTests { |
|
|
|
|
|
|
|
|
|
@Container |
|
|
|
|
static final MongoDBContainer mongoDB = new MongoDBContainer("mongo:4.0.10").withStartupAttempts(5) |
|
|
|
|
static final MongoDBContainer mongoDB = new MongoDBContainer().withStartupAttempts(5) |
|
|
|
|
.withStartupTimeout(Duration.ofMinutes(5)); |
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|
|