Increase timeout instead of removing it.

Having no timeout definition reverts to the default, which is 90 seconds.
This commit is contained in:
Sam Tobin-Hochstadt 2015-10-16 11:48:28 -04:00
parent b40cde6b67
commit 3d91ebeb4c

View File

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