From d63d430af825c382bc61011917d80389bec71596 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 9 Aug 2023 20:06:28 -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 88c620f..2beb227 100644 --- a/test/t/003_ivfflat_recall.pl +++ b/test/t/003_ivfflat_recall.pl @@ -119,7 +119,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;"); }