Skip to content

Commit 0229769

Browse files
Set concurrency to 1
1 parent 56460dd commit 0229769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proc/community/src/test/java/org/neo4j/gds/louvain/LouvainWriteProcTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ void testWriteWithMinCommunitySize(Map<String, Object> parameters, long expected
277277
.algo("louvain")
278278
.writeMode()
279279
.addParameter("writeProperty", "writeProperty")
280+
.addParameter("concurrency", 1)
280281
.addAllParameters(parameters)
281282
.yields("communityCount");
282283

0 commit comments

Comments
 (0)