Skip to content

Commit bd4fa04

Browse files
committed
reduce test duration
1 parent 2621b88 commit bd4fa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_free_threading/test_itertools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ItertoolsThreading(unittest.TestCase):
2020
def test_accumulate(self):
2121
number_of_iterations = 10
2222
for _ in range(number_of_iterations):
23-
it = accumulate(tuple(range(500)))
23+
it = accumulate(tuple(range(40)))
2424
threading_helper.run_concurrently(work_iterator, nthreads=10, args=[it])
2525

2626
@threading_helper.reap_threads

0 commit comments

Comments
 (0)