Skip to content

Commit a29af73

Browse files
committed
Update the timing expectations in the test
1 parent 4cc8ccb commit a29af73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proc/path-finding/src/test/java/org/neo4j/gds/paths/singlesource/AllShortestPathsStatsProcTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ void testStats() {
4343
//@formatter:off
4444
GraphDatabaseApiProxy.runInTransaction(db, tx -> {
4545
assertCypherResult(query, List.of(Map.of(
46-
"preProcessingMillis", greaterThan(0L),
47-
"computeMillis", greaterThan(0L),
46+
"preProcessingMillis", greaterThan(-1L),
47+
"computeMillis", greaterThan(-1L),
4848
"postProcessingMillis", 0L,
4949
"configuration", instanceOf(Map.class)
5050
)));

0 commit comments

Comments
 (0)