mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
Maybe reduce the base
This commit is contained in:
parent
9655780bd3
commit
0106dfaffa
1 changed files with 1 additions and 5 deletions
|
@ -3823,11 +3823,7 @@ TEST_CASE_FIXTURE(ACFixture, "autocomplete_subtyping_recursion_limit")
|
|||
ScopedFastFlag luauAutocompleteNewSolverLimit{FFlag::LuauAutocompleteNewSolverLimit, true};
|
||||
ScopedFastInt luauTypeInferRecursionLimit{FInt::LuauTypeInferRecursionLimit, 10};
|
||||
|
||||
#if defined(LUAU_ENABLE_ASAN)
|
||||
const int parts = 30;
|
||||
#else
|
||||
const int parts = 100;
|
||||
#endif
|
||||
const int parts = 80;
|
||||
std::string source;
|
||||
|
||||
source += "function f()\n";
|
||||
|
|
Loading…
Reference in a new issue