Skip to content

Commit

Permalink
[x2fDvuKu] extend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nadja-muller committed Oct 4, 2023
1 parent b762a88 commit f1f93c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/java/apoc/export/BigGraphTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void testTerminateRenameNodeProp() {

@Test
public void testTerminateRenameType() {
checkTerminationGuard(db, "CALL apoc.refactor.rename.type('DIRECTED', 'DIRECTED_TWO')");
checkTerminationGuard(db, 60L, "CALL apoc.refactor.rename.type('DIRECTED', 'DIRECTED_TWO')");
}

@Test
Expand Down

0 comments on commit f1f93c7

Please sign in to comment.