Skip to content

Commit

Permalink
Increase timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
samth committed May 24, 2021
1 parent 095937b commit b6b1ffe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@
(list "-e"
(path->string
(collection-file-path "pre-base.rkt" "racket/private")))))))


(module+ test
(module config info
(define timeout 600)))
4 changes: 4 additions & 0 deletions pkgs/racket-test-extra/tests/racket/many-places.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
(map place-wait
(for/list ([i 4])
(dynamic-place ''#%kernel 'list))))

(module+ test
(module config info
(define timeout 600)))
2 changes: 1 addition & 1 deletion pkgs/racket-test/tests/racket/stress/log-receiver.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b6b1ffe

Please sign in to comment.