Fixed flaky test [skip ci]

This commit is contained in:
Andrew Kane
2024-04-06 14:21:10 -07:00
parent 4450029bdc
commit 5fa3da5400

View File

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