From ded8bda72a6f416c375997c3cf83fb8018e80fa0 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 10 Aug 2023 18:59:11 -0700 Subject: [PATCH] Fixed flaky test [skip ci] --- test/t/003_ivfflat_recall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/003_ivfflat_recall.pl b/test/t/003_ivfflat_recall.pl index 2beb227..427235f 100644 --- a/test/t/003_ivfflat_recall.pl +++ b/test/t/003_ivfflat_recall.pl @@ -99,7 +99,7 @@ foreach (@operators) { test_recall(10, 0.95, $operator); } # Account for equal distances - test_recall(100, 0.995, $operator); + test_recall(100, 0.9925, $operator); $node->safe_psql("postgres", "DROP INDEX idx;");