- Commit
- 59a8bd1e990a472bc6d8ec8bb54a514431ff854e
- Parent
- 055b9ea293dbd965219bcaae8e67658ade5bfe09
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Increase timeout for pathological tests.
We were having failures on some CI machines.
My personal build of CMark ✏️
Increase timeout for pathological tests.
We were having failures on some CI machines.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | test/pathological_tests.py | 2 | 1 | 1 |
diff --git 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,