Use the new recommended number of repetitions in the refleak tests. (#18569)
This commit is contained in:
parent
9b833e00e4
commit
1246d89203
|
@ -78,7 +78,7 @@ for config in $CONFIGS; do
|
||||||
$GMAKE | grep _decimal
|
$GMAKE | grep _decimal
|
||||||
|
|
||||||
printf "\n\n# ======================== refleak tests ===========================\n\n"
|
printf "\n\n# ======================== refleak tests ===========================\n\n"
|
||||||
./python -m test -uall -R 2:2 test_decimal
|
./python -m test -uall -R 3:3 test_decimal
|
||||||
|
|
||||||
|
|
||||||
############ regular tests ###########
|
############ regular tests ###########
|
||||||
|
|
Loading…
Reference in New Issue