From 77ec24641e280d920d455784774fa067d881dc7b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 17 Apr 2024 00:27:37 -0700 Subject: [PATCH] Fixed flaky test [skip ci] --- test/t/035_ivfflat_bit_build_recall.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/t/035_ivfflat_bit_build_recall.pl b/test/t/035_ivfflat_bit_build_recall.pl index 2e9ad5e..1ca951b 100644 --- a/test/t/035_ivfflat_bit_build_recall.pl +++ b/test/t/035_ivfflat_bit_build_recall.pl @@ -98,8 +98,8 @@ for my $i (0 .. $#operators) )); # Test approximate results - test_recall(1, 0.09, $operator); - test_recall(10, 0.55, $operator); + test_recall(1, 0.08, $operator); + test_recall(10, 0.50, $operator); # Test probes equals lists test_recall(100, 1.00, $operator); @@ -116,8 +116,8 @@ for my $i (0 .. $#operators) like($stderr, qr/using \d+ parallel workers/); # Test approximate results - test_recall(1, 0.09, $operator); - test_recall(10, 0.55, $operator); + test_recall(1, 0.08, $operator); + test_recall(10, 0.50, $operator); # Test probes equals lists test_recall(100, 1.00, $operator);