Skip to content

Commit ce3e14f

Browse files
Change ITEMS count in test
1 parent 96de415 commit ce3e14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_opcache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def make_deferred_ref_count_obj():
590590
class TestRacesDoNotCrash(TestBase):
591591
# Careful with these. Bigger numbers have a higher chance of catching bugs,
592592
# but you can also burn through a *ton* of type/dict/function versions:
593-
ITEMS = 1000
593+
ITEMS = 1400
594594
LOOPS = 4
595595
WRITERS = 2
596596

0 commit comments

Comments
 (0)