diff --git a/unity/test/Src/Cases/ExceptionTest.cs b/unity/test/Src/Cases/ExceptionTest.cs index 353ddaf5fb..fe6a8d243a 100644 --- a/unity/test/Src/Cases/ExceptionTest.cs +++ b/unity/test/Src/Cases/ExceptionTest.cs @@ -409,7 +409,7 @@ function t() { public void QuickjsStackOverflowTest() { var jsEnv = UnitTestEnv.GetEnv(); - ConsumeStackAndCallJs(4 * 1024, jsEnv); + ConsumeStackAndCallJs(8 * 1024, jsEnv); } void ConsumeStackAndCallJs(int loop, JsEnv jsEnv)