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

So it fails correctly on Linux with clang.
This commit is contained in:
Damien George 2019-07-17 15:33:27 +10:00
parent a67d9155e6
commit 3e55830066
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ except:
try:
# large stack/heap, eg unix
[0] * 80000
N = 2400
N = 5000
except:
try:
# medium, eg pyboard