Skip to content

Commit

Permalink
try changing gitmodule by removing waiting strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Sep 18, 2024
1 parent b446282 commit 7c213b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "apoc-core"]
path = apoc-core
url = https://github.com/neo4j/apoc
branch = dev
branch = test-timeout-docker
1 change: 1 addition & 0 deletions extended-it/src/test/java/apoc/neo4j/docker/BoltTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public static void setUp() throws Exception {
neo4jContainer.setWaitStrategy(Wait.defaultWaitStrategy()
.withStartupTimeout(Duration.ofMinutes(10)));neo4jContainer.withStartupTimeout(Duration.ofMinutes(10));
neo4jContainer.start();

TestUtil.registerProcedure(db, Bolt.class, ExportCypher.class, Cypher.class, PathExplorer.class, GraphRefactoring.class);
BOLT_URL = getBoltUrl().replaceAll("'", "");
session = neo4jContainer.getSession();
Expand Down

0 comments on commit 7c213b2

Please sign in to comment.