From e2a527ffda87e6940ead427a7766b5455d82ae37 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 2 Apr 2024 12:23:48 -0700 Subject: [PATCH] Fixed flaky test [skip ci] --- test/t/020_hnsw_bit_build_recall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/020_hnsw_bit_build_recall.pl b/test/t/020_hnsw_bit_build_recall.pl index 09a0258..8520eb9 100644 --- a/test/t/020_hnsw_bit_build_recall.pl +++ b/test/t/020_hnsw_bit_build_recall.pl @@ -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;");