Fixed flaky test [skip ci]

This commit is contained in:
Andrew Kane
2024-04-02 14:31:05 -07:00
parent abac7a3f77
commit bcf41f5f66

View File

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