Skip to content

Commit d82a4d0

Browse files
committed
Increase again
1 parent 517c985 commit d82a4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/protocol/tests/test_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def gen_deeply_nested(depth):
170170

171171
# Note: Python <=3.13 already fails with 2x the recursion limit;
172172
# 3.14 keeps working until much later (and the exact limit changes by platform)
173-
msg = gen_deeply_nested(sys.getrecursionlimit() * 20)
173+
msg = gen_deeply_nested(sys.getrecursionlimit() * 100)
174174

175175
with pytest.raises(RecursionError):
176176
copy.deepcopy(msg)

0 commit comments

Comments
 (0)