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