Skip to content

Commit

Permalink
Maybe reduce the base
Browse files Browse the repository at this point in the history
  • Loading branch information
vegorov-rbx committed Sep 20, 2024
1 parent 9655780 commit 0106dfa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/Autocomplete.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 0106dfa

Please sign in to comment.