File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -817,7 +817,7 @@ def next(self):
817
817
@support .cpython_only
818
818
def test_ast_recursion_limit (self ):
819
819
crash_depth = 100_000
820
- success_depth = 5_000
820
+ success_depth = 3_000
821
821
822
822
def check_limit (prefix , repeated ):
823
823
expect_ok = prefix + repeated * success_depth
Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ def test_yet_more_evil_still_undecodable(self):
547
547
@unittest .skipIf (support .is_wasi , "exhausts limited stack on WASI" )
548
548
def test_compiler_recursion_limit (self ):
549
549
crash_depth = 100_000
550
- success_depth = 5_000
550
+ success_depth = 3_000
551
551
552
552
def check_limit (prefix , repeated , mode = "single" ):
553
553
expect_ok = prefix + repeated * success_depth
You can’t perform that action at this time.
0 commit comments