increase timeout for "determistic-zo.rkt" test

This commit is contained in:
Matthew Flatt 2015-08-13 11:51:23 -06:00
parent 7741b4b361
commit 7d6bec2b17

View File

@ -66,3 +66,7 @@
#; (check-one collects-dir "syntax" "free-vars.rkt")
(check (simplify-path collects-dir))
(void))
(module+ test
(module config info
(define timeout 300)))