Skip to content

Commit a3c2c5f

Browse files
miss-islingtonStefan Krah
and
Stefan Krah
authored
Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18575)
(cherry picked from commit 1246d89) Co-authored-by: Stefan Krah <[email protected]> Co-authored-by: Stefan Krah <[email protected]>
1 parent 2574910 commit a3c2c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_decimal/tests/runall-memorydebugger.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ for config in $CONFIGS; do
7878
$GMAKE | grep _decimal
7979

8080
printf "\n\n# ======================== refleak tests ===========================\n\n"
81-
./python -m test -uall -R 2:2 test_decimal
81+
./python -m test -uall -R 3:3 test_decimal
8282

8383

8484
############ regular tests ###########

0 commit comments

Comments
 (0)