Remove stray timeout.

The random tester has its own timeout, which doesn't cause drdr to error.
This commit is contained in:
Vincent St-Amour 2015-10-16 10:20:32 -05:00
parent 30ecfef309
commit b40cde6b67

View File

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