Reduce it even more

This commit is contained in:
Vyacheslav Egorov 2024-09-20 18:48:51 +03:00
parent 66ba3608ca
commit 9655780bd3

View file

@ -3824,7 +3824,7 @@ TEST_CASE_FIXTURE(ACFixture, "autocomplete_subtyping_recursion_limit")
ScopedFastInt luauTypeInferRecursionLimit{FInt::LuauTypeInferRecursionLimit, 10}; ScopedFastInt luauTypeInferRecursionLimit{FInt::LuauTypeInferRecursionLimit, 10};
#if defined(LUAU_ENABLE_ASAN) #if defined(LUAU_ENABLE_ASAN)
const int parts = 50; const int parts = 30;
#else #else
const int parts = 100; const int parts = 100;
#endif #endif