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:
Miss Islington (bot) 2020-02-20 10:31:39 -08:00 committed by GitHub
parent 471d2b9ce0
commit 0721f7afb0
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 ###########