summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2020-02-20 18:08:53 (GMT)
committerGitHub <noreply@github.com>2020-02-20 18:08:53 (GMT)
commit1246d892038a693304549f8574e6c2784b91589a (patch)
tree9728fce62a424cbfaee1b38567d2fc0322358c8e /Modules/_decimal
parent9b833e00e447a3b8b6966686bff701f549c66263 (diff)
downloadcpython-1246d892038a693304549f8574e6c2784b91589a.zip
cpython-1246d892038a693304549f8574e6c2784b91589a.tar.gz
cpython-1246d892038a693304549f8574e6c2784b91589a.tar.bz2
Use the new recommended number of repetitions in the refleak tests. (#18569)
Diffstat (limited to 'Modules/_decimal')
-rwxr-xr-xModules/_decimal/tests/runall-memorydebugger.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_decimal/tests/runall-memorydebugger.sh b/Modules/_decimal/tests/runall-memorydebugger.sh
index 1f1dc77..29b7723 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 ###########