Fixed flaky test [skip ci]

This commit is contained in:
Andrew Kane
2023-08-09 20:06:28 -07:00
parent 5d62e4d080
commit d63d430af8

View File

@@ -119,7 +119,7 @@ foreach (@operators) {
test_recall(10, 0.95, $operator);
}
# Account for equal distances
test_recall(100, 0.995, $operator);
test_recall(100, 0.9925, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;");
}