We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517c985 commit d82a4d0Copy full SHA for d82a4d0
distributed/protocol/tests/test_protocol.py
@@ -170,7 +170,7 @@ def gen_deeply_nested(depth):
170
171
# Note: Python <=3.13 already fails with 2x the recursion limit;
172
# 3.14 keeps working until much later (and the exact limit changes by platform)
173
- msg = gen_deeply_nested(sys.getrecursionlimit() * 20)
+ msg = gen_deeply_nested(sys.getrecursionlimit() * 100)
174
175
with pytest.raises(RecursionError):
176
copy.deepcopy(msg)
0 commit comments