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

So it fails correctly on Linux with clang.
pull/4904/head
Damien George 2019-07-17 15:33:27 +10:00
rodzic a67d9155e6
commit 3e55830066
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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