Increase timeouts.
This commit is contained in:
parent
095937b324
commit
b6b1ffec03
|
@ -74,3 +74,8 @@
|
|||
(list "-e"
|
||||
(path->string
|
||||
(collection-file-path "pre-base.rkt" "racket/private")))))))
|
||||
|
||||
|
||||
(module+ test
|
||||
(module config info
|
||||
(define timeout 600)))
|
||||
|
|
|
@ -8,3 +8,7 @@
|
|||
(map place-wait
|
||||
(for/list ([i 4])
|
||||
(dynamic-place ''#%kernel 'list))))
|
||||
|
||||
(module+ test
|
||||
(module config info
|
||||
(define timeout 600)))
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
(module+ test
|
||||
(module config info
|
||||
(define timeout 500)))
|
||||
(define timeout 1000)))
|
||||
|
||||
(define (do-thread t) (thread t))
|
||||
(set! do-thread do-thread)
|
||||
|
|
Loading…
Reference in New Issue
Block a user