Skip to content

Commit 1246d89

Browse files
author
Stefan Krah
authored
Use the new recommended number of repetitions in the refleak tests. (#18569)
1 parent 9b833e0 commit 1246d89

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)