Skip to content

Commit 16a80f8

Browse files
Apply suggestion from @kumaraditya303
1 parent a731e8c commit 16a80f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_bytes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2913,7 +2913,7 @@ def check(funcs, it):
29132913
@threading_helper.requires_working_threading()
29142914
def test_free_threading_bytearray_resize(self):
29152915
def resize_stress(ba):
2916-
for _ in range(100_000):
2916+
for _ in range(1000):
29172917
try:
29182918
ba.resize(10_000)
29192919
ba.resize(1)

0 commit comments

Comments
 (0)