add some test timeouts
This commit is contained in:
parent
9f9294dc4c
commit
9c0b046d54
|
@ -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)))
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user