Skip to content

Commit 4ab7a60

Browse files
Update Lib/test/test_free_threading/test_gc.py
1 parent 639cc24 commit 4ab7a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_free_threading/test_gc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __init__(self):
132132
NUM_ALLOCATORS = 7
133133
NUM_READERS = 1
134134
NUM_THREADS = NUM_ALLOCATORS + NUM_READERS
135-
NUM_ITERS = 200_000
135+
NUM_ITERS = 1000
136136

137137
barrier = threading.Barrier(NUM_THREADS)
138138

0 commit comments

Comments
 (0)