summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2020-02-20 19:08:53 +0100
committerGitHub <noreply@github.com>2020-02-20 19:08:53 +0100
commit1246d892038a693304549f8574e6c2784b91589a (patch)
tree9728fce62a424cbfaee1b38567d2fc0322358c8e /Modules
parent9b833e00e447a3b8b6966686bff701f549c66263 (diff)
downloadcpython-git-1246d892038a693304549f8574e6c2784b91589a.tar.gz
Use the new recommended number of repetitions in the refleak tests. (#18569)
Diffstat (limited to 'Modules')
-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 1f1dc776c1..29b7723dd5 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 ###########