From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 20 Feb 2020 18:31:39 +0000 (-0800) Subject: Use the new recommended number of repetitions in the refleak tests. (GH-18569) (... X-Git-Tag: v3.8.2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0721f7afb0a9c0500d2a912a55f2a290ec94ff53;p=thirdparty%2FPython%2Fcpython.git Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18574) (cherry picked from commit 1246d892038a693304549f8574e6c2784b91589a) Co-authored-by: Stefan Krah Co-authored-by: Stefan Krah --- diff --git a/Modules/_decimal/tests/runall-memorydebugger.sh b/Modules/_decimal/tests/runall-memorydebugger.sh index 77c0c9cd82c1..18328841afcc 100755 --- a/Modules/_decimal/tests/runall-memorydebugger.sh +++ b/Modules/_decimal/tests/runall-memorydebugger.sh @@ -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 ###########