From f8f9231562be10c769c57d42b0f3d2e395e5aac3 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 18 Jul 2022 14:36:28 -0300 Subject: [PATCH] Bug 30882: (QA follow-up) Fix tests Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t b/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t index 59eabeb778..bb11422e10 100755 --- a/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t +++ b/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t @@ -112,7 +112,7 @@ SKIP: { is ( $count = $searcher->count_auth_use($searcher,1), 0, 'Testing count_auth_use'); - is ($searcher->max_result_window, 10000, 'By default, max_result_window is 10000'); + is ($searcher->max_result_window, 1000000, 'By default, max_result_window is 1000000'); $searcher->get_elasticsearch()->indices->put_settings( index => $searcher->index_name, -- 2.34.1