raise some test timeouts

This commit is contained in:
Matthew Flatt 2019-06-27 07:19:23 -06:00
parent 3c12957c7e
commit d93c12fcda
3 changed files with 9 additions and 1 deletions

View File

@ -19,6 +19,6 @@
"embed-planet-2"
"embed-me37.rkt"))
(define test-timeouts '(("test.rkt" 1200)))
(define test-timeouts '(("test.rkt" 1800)))
(define test-responsibles '((all mflatt)))

View File

@ -14,6 +14,10 @@
(define compiled (car (use-compiled-file-paths)))
(module+ test
(module config info
(define timeout 180)))
;; ----------------------------------------
;; set up

View File

@ -5,6 +5,10 @@
syntax/srcloc
syntax/strip-context)
(module+ test
(module config info
(define timeout 180)))
(define blame-parties
(make-immutable-hash
(list (let ([stx #'here-syntax])