changeset 624:429a7d5002b8

With Valgrind: 100000 is way too much: use 10000
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 13 Jan 2022 21:43:02 +0100
parents 09e15af29d36
children f167f8db4624
files tests/valgrind-checks.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/valgrind-checks.py	Thu Jan 13 17:52:46 2022 +0100
+++ b/tests/valgrind-checks.py	Thu Jan 13 21:43:02 2022 +0100
@@ -12,10 +12,10 @@
 import configmix
 
 
-NUM = 1000000
+NUM = 10000
 WITH_JAIL = True
 
-DOTS = 10000
+DOTS = 1000
 
 
 cfg = configmix.load(os.path.join(TESTDATADIR, "conf_perf.py"))