From ff9c57255c00052889a653ea8e00875f737b7570 Mon Sep 17 00:00:00 2001 From: Andy Friesen Date: Fri, 6 Oct 2023 11:39:08 -0700 Subject: [PATCH] Turn this down a little temporarily. We'll sort out the root cause later. --- tests/RuntimeLimits.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RuntimeLimits.test.cpp b/tests/RuntimeLimits.test.cpp index 3fff6920..3ea60ee7 100644 --- a/tests/RuntimeLimits.test.cpp +++ b/tests/RuntimeLimits.test.cpp @@ -18,7 +18,7 @@ using namespace Luau; struct LimitFixture : BuiltinsFixture { #if defined(_NOOPT) || defined(_DEBUG) - ScopedFastInt LuauTypeInferRecursionLimit{"LuauTypeInferRecursionLimit", 100}; + ScopedFastInt LuauTypeInferRecursionLimit{"LuauTypeInferRecursionLimit", 90}; #endif };