summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-08-24 09:53:57 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-08-24 09:53:57 -0700
commit59a8bd1e990a472bc6d8ec8bb54a514431ff854e (patch)
tree1cefb96b3b1450088b9d91a6e8a444a1b54cd99e
parent055b9ea293dbd965219bcaae8e67658ade5bfe09 (diff)
Increase timeout for pathological tests.
We were having failures on some CI machines.
-rw-r--r--test/pathological_tests.py2
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,