add more accurate timeouts

This commit is contained in:
Robby Findler 2015-05-27 09:33:03 -05:00
parent 2b0ba444c0
commit 53f03d73f4
2 changed files with 4 additions and 2 deletions

View File

@ -199,4 +199,5 @@ Errors/exceptions and other kinds of control?
(module+ test
(module config info
(define random? #t)))
(define random? #t)
(define timeout 200)))

View File

@ -908,4 +908,5 @@ We should also test deep continuations.
(module+ test
(module config info
(define random? #t)))
(define random? #t)
(define timeout 200)))