Fixed flaky test [skip ci]

This commit is contained in:
Andrew Kane
2024-04-11 20:15:14 -07:00
parent 6fd6b0bd5f
commit 1bc6f954f4

View File

@@ -103,7 +103,7 @@ for my $i (0 .. $#operators)
test_recall(10, 0.95, $operator);
}
# Account for equal distances
test_recall(100, 0.9875, $operator);
test_recall(100, 0.985, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;");
@@ -124,7 +124,7 @@ for my $i (0 .. $#operators)
test_recall(10, 0.95, $operator);
}
# Account for equal distances
test_recall(100, 0.9875, $operator);
test_recall(100, 0.985, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;");
}