Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18574)
(cherry picked from commit 1246d89203
)
Co-authored-by: Stefan Krah <skrah@bytereef.org>
Co-authored-by: Stefan Krah <skrah@bytereef.org>
This commit is contained in:
parent
471d2b9ce0
commit
0721f7afb0
|
@ -78,7 +78,7 @@ for config in $CONFIGS; do
|
|||
$GMAKE | grep _decimal
|
||||
|
||||
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 ###########
|
||||
|
|
Loading…
Reference in New Issue