[indexer] Fix tests.

This commit is contained in:
Maxim Pimenov 2016-05-10 13:23:24 +03:00 committed by Vladimir Byko-Ianko
parent 229b82793e
commit fd91eaa821

View file

@ -243,7 +243,8 @@ UNIT_TEST(CategoriesIndex_AllCategories)
CategoriesIndex index;
index.AddAllCategoriesInAllLangs();
TEST_LESS(index.GetNumTrieNodes(), 250000, ());
// Consider deprecating this method if this bound rises as high as a million.
TEST_LESS(index.GetNumTrieNodes(), 400000, ());
}
#endif