raise some test timeouts
This commit is contained in:
parent
3c12957c7e
commit
d93c12fcda
|
@ -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)))
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
|
||||
(define compiled (car (use-compiled-file-paths)))
|
||||
|
||||
(module+ test
|
||||
(module config info
|
||||
(define timeout 180)))
|
||||
|
||||
;; ----------------------------------------
|
||||
;; set up
|
||||
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue
Block a user