add more accurate timeouts
This commit is contained in:
parent
2b0ba444c0
commit
53f03d73f4
|
@ -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)))
|
||||
|
|
|
@ -908,4 +908,5 @@ We should also test deep continuations.
|
|||
|
||||
(module+ test
|
||||
(module config info
|
||||
(define random? #t)))
|
||||
(define random? #t)
|
||||
(define timeout 200)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user