- Commit
- f20963d56fd8be2111ae651e7286ba2d2af9e4da
- Parent
- c8d5be98336cfbeb833938077ebaef6af4e11d8a
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Increase timeout for pathological tests to avoid CI failure
My personal build of CMark ✏️
Increase timeout for pathological tests to avoid CI failure
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 = 7 +TIMEOUT = 10 parser = argparse.ArgumentParser(description='Run cmark tests.') parser.add_argument('--program', dest='program', nargs='?', default=None,