Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reduce test duration
  • Loading branch information
eendebakpt committed Feb 4, 2026
commit bd4fa041e85aa403eb9c2b3f4fec9fc1c3e56860
2 changes: 1 addition & 1 deletion Lib/test/test_free_threading/test_itertools.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ItertoolsThreading(unittest.TestCase):
def test_accumulate(self):
number_of_iterations = 10
for _ in range(number_of_iterations):
it = accumulate(tuple(range(500)))
it = accumulate(tuple(range(40)))
threading_helper.run_concurrently(work_iterator, nthreads=10, args=[it])

@threading_helper.reap_threads
Expand Down
Loading