Skip to content

Commit

Permalink
[unity]4000次递归只有window overflow了,改为8000
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Oct 30, 2024
1 parent 65bab10 commit 6d8e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity/test/Src/Cases/ExceptionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6d8e961

Please sign in to comment.