From 9f8ef820301951f36301c1a40d036cafeaa78619 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 15 Apr 2018 08:47:25 -0700 Subject: pathological_tests.py: make tests run faster. - commented out the (already ignored) "many references" test, which times out - reduced the iterations for a couple other tests --- test/pathological_tests.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'test/pathological_tests.py') diff --git a/test/pathological_tests.py b/test/pathological_tests.py index de7d3b7..031acbd 100644 --- a/test/pathological_tests.py +++ b/test/pathological_tests.py @@ -64,17 +64,17 @@ pathological = { ("abc\u0000de\u0000", re.compile("abc\ufffd?de\ufffd?")), "backticks": - ("".join(map(lambda x: ("e" + "`" * x), range(1,10000))), + ("".join(map(lambda x: ("e" + "`" * x), range(1,5000))), re.compile("^

[e`]*

\n$")), "unclosed links A": - ("[a](