raise timeout on raco exe test

This commit is contained in:
Matthew Flatt 2019-06-26 07:44:30 -06:00
parent 7422abb42a
commit 0e2805a0db

View File

@ -19,6 +19,6 @@
"embed-planet-2"
"embed-me37.rkt"))
(define test-timeouts '(("test.rkt" 900)))
(define test-timeouts '(("test.rkt" 1200)))
(define test-responsibles '((all mflatt)))