We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47db433 commit a8ed1b9Copy full SHA for a8ed1b9
driver/src/test/java/org/neo4j/driver/util/TestUtil.java
@@ -687,7 +687,7 @@ private static int deleteBatchOfNodes( Session session )
687
{
688
return session.writeTransaction( tx ->
689
690
- Result result = tx.run( "MATCH (n) WITH n LIMIT 10000 DETACH DELETE n RETURN count(n)" );
+ Result result = tx.run( "MATCH (n) WITH n LIMIT 1000 DETACH DELETE n RETURN count(n)" );
691
return result.single().get( 0 ).asInt();
692
} );
693
}
0 commit comments