From 1c791480ffb4ed379827367fe05995facbb72a2c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 13 Apr 2024 15:49:20 -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 99e9337..501fa6c 100644 --- a/test/t/032_ivfflat_halfvec_build_recall.pl +++ b/test/t/032_ivfflat_halfvec_build_recall.pl @@ -112,7 +112,7 @@ for my $i (0 .. $#operators) # Test probes equals lists if ($operator eq "<=>") { - test_recall(100, 0.985, $operator); + test_recall(100, 0.98, $operator); } else { @@ -141,7 +141,7 @@ for my $i (0 .. $#operators) # Test probes equals lists if ($operator eq "<=>") { - test_recall(100, 0.985, $operator); + test_recall(100, 0.98, $operator); } else {