]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
makefile: don't allow tests to time out.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 4 Nov 2020 14:52:52 +0000 (09:52 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 4 Nov 2020 14:52:52 +0000 (09:52 -0500)
makefile

index ec7406f3187786b07346fbc73ac24c47a7f9ae8f..b9df15cb1b701a9ef3fbde480304188d379de70f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
 SAGE = $(shell which sage)
 
 check:
-       PYTHONPATH="." $(SAGE) -t mjo/
+       PYTHONPATH="." $(SAGE) -t --timeout=0 mjo/
 clean:
        find ./ -type f -name '*.pyc' -delete
        find ./ -type d -name '__pycache__' -delete