mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
Lower the stack limit to make tests pass in debug
This commit is contained in:
parent
eee60dcaf3
commit
57faf7aaf2
@ -334,7 +334,7 @@ TEST_CASE_FIXTURE(Fixture, "check_expr_recursion_limit")
|
||||
#if defined(LUAU_ENABLE_ASAN)
|
||||
int limit = 250;
|
||||
#elif defined(_DEBUG) || defined(_NOOPT)
|
||||
int limit = 350;
|
||||
int limit = 300;
|
||||
#else
|
||||
int limit = 600;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user