# HG changeset patch # User Franz Glasner # Date 1642106582 -3600 # Node ID 429a7d5002b840c4f4eb0e3dcf7333fbd58b86b9 # Parent 09e15af29d3608b19678a9a3ccc6be8976c7c952 With Valgrind: 100000 is way too much: use 10000 diff -r 09e15af29d36 -r 429a7d5002b8 tests/valgrind-checks.py --- 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"))