[tests] Increase en categories index limit

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin 2022-03-17 00:29:24 +03:00 committed by Viktor Govako
parent dba61e6224
commit 0a75014530

View file

@ -328,6 +328,6 @@ UNIT_TEST(CategoriesIndex_AllCategoriesEnglishName)
CategoriesIndex index;
index.AddAllCategoriesInLang(CategoriesHolder::MapLocaleToInteger("en"));
TEST_LESS(index.GetNumTrieNodes(), 8000, ());
TEST_LESS(index.GetNumTrieNodes(), 9000, ());
}
#endif