Use the new recommended number of repetitions in the refleak tests. (#18569)

This commit is contained in:
Stefan Krah 2020-02-20 19:08:53 +01:00 committed by GitHub
parent 9b833e00e4
commit 1246d89203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ###########