Increase timeout.

This commit is contained in:
Sam Tobin-Hochstadt 2015-08-19 19:13:41 -04:00
parent ac462be47c
commit d63d3e603e

View File

@ -115,4 +115,5 @@
(module+ test
(module config info
(define random? #t)))
(define random? #t)
(define timeout 300)))