add some test timeouts

This commit is contained in:
Stephen Chang 2017-01-25 16:36:46 -05:00
parent 9f9294dc4c
commit 9c0b046d54
2 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,6 @@
(define test-omit-paths
'("examples/tests/mlish/sweet-map.rkt")) ; needs sweet-exp
(define test-timeouts
'(("examples/tests/run-mlish-tests5.rkt" 200)))

View File

@ -14,3 +14,5 @@
"examples/tests/trivial-test.rkt" ; needs typed/racket
"examples/tests/mlish/sweet-map.rkt")) ; needs sweet-exp
(define test-timeouts
'(("examples/tests/run-mlish-tests5.rkt" 200)))