Fixed flaky test [skip ci]

This commit is contained in:
Andrew Kane
2024-04-02 12:23:48 -07:00
parent 835f010257
commit e2a527ffda

View File

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