From 59a8bd1e990a472bc6d8ec8bb54a514431ff854e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 24 Aug 2020 09:53:57 -0700 Subject: Increase timeout for pathological tests. We were having failures on some CI machines. --- test/pathological_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pathological_tests.py') diff --git a/test/pathological_tests.py b/test/pathological_tests.py index 76cc913..7fe3d38 100644 --- a/test/pathological_tests.py +++ b/test/pathological_tests.py @@ -10,7 +10,7 @@ import multiprocessing import time from cmark import CMark -TIMEOUT = 5 +TIMEOUT = 7 parser = argparse.ArgumentParser(description='Run cmark tests.') parser.add_argument('--program', dest='program', nargs='?', default=None, -- cgit v1.2.3