From 1bc6f954f472c8bb1e1eaf72884b849f2ee5c451 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 11 Apr 2024 20:15:14 -0700 Subject: [PATCH] Fixed flaky test [skip ci] --- test/t/032_ivfflat_halfvec_build_recall.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/t/032_ivfflat_halfvec_build_recall.pl b/test/t/032_ivfflat_halfvec_build_recall.pl index 1d31429..15928dc 100644 --- a/test/t/032_ivfflat_halfvec_build_recall.pl +++ b/test/t/032_ivfflat_halfvec_build_recall.pl @@ -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;"); }