From 9655780bd3ddb5a30370df7d6ef18685d5b74368 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Fri, 20 Sep 2024 18:48:51 +0300 Subject: [PATCH] Reduce it even more --- tests/Autocomplete.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Autocomplete.test.cpp b/tests/Autocomplete.test.cpp index bf97492e..3d00b0b0 100644 --- a/tests/Autocomplete.test.cpp +++ b/tests/Autocomplete.test.cpp @@ -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