We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2621b88 commit bd4fa04Copy full SHA for bd4fa04
Lib/test/test_free_threading/test_itertools.py
@@ -20,7 +20,7 @@ class ItertoolsThreading(unittest.TestCase):
20
def test_accumulate(self):
21
number_of_iterations = 10
22
for _ in range(number_of_iterations):
23
- it = accumulate(tuple(range(500)))
+ it = accumulate(tuple(range(40)))
24
threading_helper.run_concurrently(work_iterator, nthreads=10, args=[it])
25
26
@threading_helper.reap_threads
0 commit comments