diff --git a/test/t/016_hnsw_vacuum_recall.pl b/test/t/016_hnsw_vacuum_recall.pl index 1cc267d..8bd6f35 100644 --- a/test/t/016_hnsw_vacuum_recall.pl +++ b/test/t/016_hnsw_vacuum_recall.pl @@ -86,7 +86,7 @@ foreach (@queries) push(@expected, $res); } -test_recall(0.20, $limit, "before vacuum"); +test_recall(0.19, $limit, "before vacuum"); test_recall(0.95, 100, "before vacuum"); # TODO Test concurrent inserts with vacuum