mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
Reduce it even more
This commit is contained in:
parent
66ba3608ca
commit
9655780bd3
1 changed files with 1 additions and 1 deletions
|
@ -3824,7 +3824,7 @@ TEST_CASE_FIXTURE(ACFixture, "autocomplete_subtyping_recursion_limit")
|
|||
ScopedFastInt luauTypeInferRecursionLimit{FInt::LuauTypeInferRecursionLimit, 10};
|
||||
|
||||
#if defined(LUAU_ENABLE_ASAN)
|
||||
const int parts = 50;
|
||||
const int parts = 30;
|
||||
#else
|
||||
const int parts = 100;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue