diff --git a/test/t/040_ivfflat_streaming_recall.pl b/test/t/040_ivfflat_streaming_recall.pl index 1fcd5fb..a7d5d0e 100644 --- a/test/t/040_ivfflat_streaming_recall.pl +++ b/test/t/040_ivfflat_streaming_recall.pl @@ -103,7 +103,7 @@ for my $i (0 .. $#operators) if ($c == 100) { - test_recall($c, 1, 0.60, $operator); + test_recall($c, 1, 0.58, $operator); test_recall($c, 10, 0.98, $operator); } else