Skip to content

Commit 0702959

Browse files
committed
Increase number of iterations
1 parent d9632c6 commit 0702959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Lib/test/test_gc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ def make_ll(depth):
11741174
gc.enable()
11751175
olds = []
11761176
initial_heap_size = _testinternalcapi.get_tracked_heap_size()
1177-
for i in range(20_000):
1177+
for i in range(100_000):
11781178
newhead = make_ll(20)
11791179
count += 20
11801180
newhead.surprise = head

0 commit comments

Comments
 (0)