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