Fixed flaky test [skip ci]

This commit is contained in:
Andrew Kane
2024-04-13 15:00:58 -07:00
parent 72eee91d00
commit d98eb0a28d

View File

@@ -94,7 +94,7 @@ for my $i (0 .. $#operators)
));
# Test approximate results
my $min = $operator eq "<#>" ? 0.94 : 0.98;
my $min = $operator eq "<#>" ? 0.93 : 0.98;
test_recall($min, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;");