tests/stress/recursive_iternext.py: Increase large depth to 5000.
So it fails correctly on Linux with clang.
This commit is contained in:
parent
a67d9155e6
commit
3e55830066
|
@ -14,7 +14,7 @@ except:
|
|||
try:
|
||||
# large stack/heap, eg unix
|
||||
[0] * 80000
|
||||
N = 2400
|
||||
N = 5000
|
||||
except:
|
||||
try:
|
||||
# medium, eg pyboard
|
||||
|
|
Loading…
Reference in New Issue