From 6d8e9613efacdbbce49d57304339bdb94ecf051a Mon Sep 17 00:00:00 2001 From: johnche Date: Wed, 30 Oct 2024 12:01:21 +0800 Subject: [PATCH] =?UTF-8?q?[unity]4000=E6=AC=A1=E9=80=92=E5=BD=92=E5=8F=AA?= =?UTF-8?q?=E6=9C=89window=20overflow=E4=BA=86=EF=BC=8C=E6=94=B9=E4=B8=BA8?= =?UTF-8?q?000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unity/test/Src/Cases/ExceptionTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)