diff options
-rw-r--r-- | test/pathological_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |