Skip to content
Snippets Groups Projects
Commit 3e558300 authored by Damien George's avatar Damien George
Browse files

tests/stress/recursive_iternext.py: Increase large depth to 5000.

So it fails correctly on Linux with clang.
parent a67d9155
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ except:
try:
# large stack/heap, eg unix
[0] * 80000
N = 2400
N = 5000
except:
try:
# medium, eg pyboard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment