From 913bc4060a245fdf9ac2858e1fda7f37b592a358 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Thu, 20 Feb 2020 19:08:53 +0100 Subject: [PATCH] Use the new recommended number of repetitions in the refleak tests. (GH-18569) (cherry picked from commit 1246d892038a693304549f8574e6c2784b91589a) Co-authored-by: Stefan Krah --- Modules/_decimal/tests/runall-memorydebugger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_decimal/tests/runall-memorydebugger.sh b/Modules/_decimal/tests/runall-memorydebugger.sh index 77c0c9cd82c13f..18328841afcc1a 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 ###########