Increase timeout to reduce intermittent failures.

Relevant to racket/racket-ci#1.
This commit is contained in:
Sam Tobin-Hochstadt 2020-02-18 16:49:44 -05:00
parent 5377d00c90
commit 1d383863d4

View File

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