Skip to content

Commit

Permalink
[NoID] temporarily reduce startup attempts (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadja-muller authored Sep 6, 2023
1 parent 0dae878 commit 1fe8c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-utils/src/main/java/apoc/util/TestContainerUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private static Neo4jContainerExtension createNeo4jContainer(List<ApocPackage> ap
.withExposedPorts(7687, 7473, 7474)
// .withDebugger() // attach debugger

.withStartupAttempts(3)
.withStartupAttempts(1)
// set uid if possible - export tests do write to "/import"
.withCreateContainerCmdModifier(cmd -> {
try {
Expand Down

0 comments on commit 1fe8c49

Please sign in to comment.