Merge branch '3.4.x'
Closes gh-44479
This commit is contained in:
@@ -175,7 +175,7 @@ public enum TestImage {
|
||||
/**
|
||||
* A container image suitable for testing Neo4j.
|
||||
*/
|
||||
NEO4J("neo4j", "4.4.11", () -> Neo4jContainer.class,
|
||||
NEO4J("neo4j", "4.4.41", () -> Neo4jContainer.class,
|
||||
(container) -> ((Neo4jContainer<?>) container).withStartupAttempts(5)
|
||||
.withStartupTimeout(Duration.ofMinutes(10))),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user